Html Css Color HEX #AAA036 Brass

📋 copy color: '#AAA036'

red 170 ◦ green 160 ◦ blue 54

#AAA036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #AAA036

Tints of Brass #AAA036

RGB

 RED value IS 170 (66.8% from 255) = 44.27%

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 54 (21.48% from 255) = 14.06%

R = 44.27%
G = 41.67%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAA036 (or 0xAAA036) is known color: Brass. HEX triplet: AA, A0 and 36. RGB value is (170,160,54). Sum of RGB (Red+Green+Blue) = 170+160+54=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA036 is #555FC9. Grayscale: #979797. Windows color (decimal): -5595082 or 3580074. OLE color: 3580074.

HSL color Cylindrical-coordinate representation of color #AAA036: hue angle of 54.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA036 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 54 -
CMYK 0 0.06 0.68 0.33
HSL 54.83º 0.52% 0.44% -
HSV(B) 54.83º 0.68% 0.67% -
XYZ 29.81 33.95 8.47 -
YUV 150.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 170 160 54 0 0.06 0.68 0.33 54.83 0.52 0.44
Hex AA A0 36 0 6 44 21 37 34 2C
Octal 252 240 66 0 6 104 41 67 64 54
Binary 10101010 10100000 110110 0 110 1000100 100001 110111 110100 101100

Color Harmonies of #AAA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA036

Black with #AAA036

Text Example


Text Example

White with #AAA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA036; }

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

 H1.HeaderClassName
 {
   color: #AAA036;
 }
 .AnyTagClassName
 {
   color: #AAA036;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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