#AFA849

Color #AFA849 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #AFA849

Tints of Brass #AFA849

Color information

#AFA849 (or 0xAFA849) is unknown color: approx Brass. HEX triplet: AF, A8 and 49. RGB value is (175,168,73). Sum of RGB (Red+Green+Blue) = 175+168+73=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA849 is #5057B6. Grayscale: #9F9F9F. Windows color (decimal): -5265335 or 4827311. OLE color: 4827311.

HSL color Cylindrical-coordinate representation of color #AFA849: hue angle of 55.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFA849 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17516873-
CMYK00.040.580.31
HSL55.88º41.13%48.63%-
HSV(B)55.88º58.29%68.63%-
XYZ32.8837.611.83-
YUV159.2679.32139.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=42.07%
G=40.38%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751687300.040.580.3155.8841.1348.63
HexAFA849043A1F382931
Octal257250111047237705161
Binary10101111101010001001001010011101011111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA849; }

 p { color: rgb(175,168,73); }

 H1.HeaderClassName
 {
   color: #AFA849;
 }
 .AnyTagClassName
 {
   color: #AFA849;
 }
</style>
background-color css

<style>
 a { background-color: #AFA849; }

 a { background-color: rgb(175,168,73); }

 div.DivClassName
 {
   background-color: #AFA849;
 }
 .BgClassName
 {
   background-color: #AFA849;
 }
</style>
border-color css

<style>
 span { border-color: #AFA849; }

 span { border-color: rgb(175,168,73); }

 td.TdClassName
 {
   border-color: #AFA849;
 }
 .TagClassName
 {
   border-color: #AFA849;
 }
</style>