#AFAF41

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

Shades of Brass #AFAF41

Tints of Brass #AFAF41

Color information

#AFAF41 (or 0xAFAF41) is unknown color: approx Brass. HEX triplet: AF, AF and 41. RGB value is (175,175,65). Sum of RGB (Red+Green+Blue) = 175+175+65=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF41 is #5050BE. Grayscale: #A2A2A2. Windows color (decimal): -5263551 or 4304815. OLE color: 4304815.

HSL color Cylindrical-coordinate representation of color #AFAF41: hue angle of 60º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFAF41 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17517565-
CMYK000.630.31
HSL60º45.83%47.06%-
HSV(B)60º62.86%68.63%-
XYZ33.9640.1610.96-
YUV162.4673136.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=42.17%
G=42.17%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517565000.630.316045.8347.06
HexAFAF41003F1F3c2e2f
Octal257257101007737745657
Binary101011111010111110000010011111111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF41; }

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

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

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

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

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

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

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

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