Html Css Color HEX #AAA932 Brass

📋 copy color: '#AAA932'

red 170 ◦ green 169 ◦ blue 50

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

Shades of Brass #AAA932

Tints of Brass #AAA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 43.7%
G = 43.44%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AAA932 (or 0xAAA932) is known color: Brass. HEX triplet: AA, A9 and 32. RGB value is (170,169,50). Sum of RGB (Red+Green+Blue) = 170+169+50=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA932 is #5556CD. Grayscale: #9C9C9C. Windows color (decimal): -5592782 or 3320234. OLE color: 3320234.

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

Color convert

RGB 170 169 50 -
CMYK 0 0.01 0.71 0.33
HSL 59.5º 0.55% 0.43% -
HSV(B) 59.5º 0.71% 0.67% -
XYZ 31.34 37.15 8.54 -
YUV 155.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 170 169 50 0 0.01 0.71 0.33 59.5 0.55 0.43
Hex AA A9 32 0 1 47 21 3C 37 2B
Octal 252 251 62 0 1 107 41 74 67 53
Binary 10101010 10101001 110010 0 1 1000111 100001 111100 110111 101011

Color Harmonies of #AAA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA932

Black with #AAA932

Text Example


Text Example

White with #AAA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA932; }

 p { color: rgb(170,169,50); }

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

background-color css

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

 a { background-color: rgb(170,169,50); }

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

border-color css

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

 span { border-color: rgb(170,169,50); }

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