Html Css Color HEX #AAA033 Brass

📋 copy color: '#AAA033'

red 170 ◦ green 160 ◦ blue 51

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

Shades of Brass #AAA033

Tints of Brass #AAA033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 44.62%
G = 41.99%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AAA033 (or 0xAAA033) is known color: Brass. HEX triplet: AA, A0 and 33. RGB value is (170,160,51). Sum of RGB (Red+Green+Blue) = 170+160+51=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA033 is #555FCC. Grayscale: #979797. Windows color (decimal): -5595085 or 3383466. OLE color: 3383466.

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

Color convert

RGB 170 160 51 -
CMYK 0 0.06 0.7 0.33
HSL 54.96º 0.54% 0.43% -
HSV(B) 54.96º 0.7% 0.67% -
XYZ 29.75 33.93 8.11 -
YUV 150.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 170 160 51 0 0.06 0.7 0.33 54.96 0.54 0.43
Hex AA A0 33 0 6 46 21 37 36 2B
Octal 252 240 63 0 6 106 41 67 66 53
Binary 10101010 10100000 110011 0 110 1000110 100001 110111 110110 101011

Color Harmonies of #AAA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA033

Black with #AAA033

Text Example


Text Example

White with #AAA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA033; }

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

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

background-color css

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

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

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

border-color css

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

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

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