#AFAF49

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

Shades of Brass #AFAF49

Tints of Brass #AFAF49

Color information

#AFAF49 (or 0xAFAF49) is unknown color: approx Brass. HEX triplet: AF, AF and 49. RGB value is (175,175,73). Sum of RGB (Red+Green+Blue) = 175+175+73=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF49 is #5050B6. Grayscale: #A3A3A3. Windows color (decimal): -5263543 or 4829103. OLE color: 4829103.

HSL color Cylindrical-coordinate representation of color #AFAF49: hue angle of 60º 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 #AFAF49 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17517573-
CMYK000.580.31
HSL60º41.13%48.63%-
HSV(B)60º58.29%68.63%-
XYZ34.2140.2512.27-
YUV163.3777136.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=41.37%
G=41.37%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517573000.580.316041.1348.63
HexAFAF49003A1F3c2931
Octal257257111007237745161
Binary101011111010111110010010011101011111111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF49; }

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

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

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

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

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

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

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

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