#AAAF36

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

Shades of Brass #AAAF36

Tints of Brass #AAAF36

Color information

#AAAF36 (or 0xAAAF36) is unknown color: approx Brass. HEX triplet: AA, AF and 36. RGB value is (170,175,54). Sum of RGB (Red+Green+Blue) = 170+175+54=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF36 is #5550C9. Grayscale: #A0A0A0. Windows color (decimal): -5591242 or 3583914. OLE color: 3583914.

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

Color convert

RGB17017554-
CMYK0.0300.690.31
HSL62.48º52.84%44.9%-
HSV(B)62.48º69.14%68.63%-
XYZ32.5739.479.39-
YUV159.7168.34135.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 54 (21.48% from 255) = 13.53%
R=42.61%
G=43.86%
B=13.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175540.0300.690.3162.4852.8444.9
HexAAAF3630451F3e352d
Octal252257663010537766555
Binary1010101010101111110110110100010111111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF36; }

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

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

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

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

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

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

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

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