#AFAA39

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

Shades of Brass #AFAA39

Tints of Brass #AFAA39

Color information

#AFAA39 (or 0xAFAA39) is unknown color: approx Brass. HEX triplet: AF, AA and 39. RGB value is (175,170,57). Sum of RGB (Red+Green+Blue) = 175+170+57=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA39 is #5055C6. Grayscale: #9F9F9F. Windows color (decimal): -5264839 or 3779247. OLE color: 3779247.

HSL color Cylindrical-coordinate representation of color #AFAA39: hue angle of 57.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFAA39 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17517057-
CMYK00.030.670.31
HSL57.46º50.86%45.49%-
HSV(B)57.46º67.43%68.63%-
XYZ32.7938.169.51-
YUV158.6170.66139.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 57 (22.66% from 255) = 14.18%
R=43.53%
G=42.29%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751705700.030.670.3157.4650.8645.49
HexAFAA3903431F39332d
Octal257252710310337716355
Binary1010111110101010111001011100001111111111001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA39; }

 p { color: rgb(175,170,57); }

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

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

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

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

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

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

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