Html Css Color HEX #AAB032 Brass

📋 copy color: '#AAB032'

red 170 ◦ green 176 ◦ blue 50

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

Shades of Brass #AAB032

Tints of Brass #AAB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

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

R = 42.93%
G = 44.44%
B = 12.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AAB032 (or 0xAAB032) is known color: Brass. HEX triplet: AA, B0 and 32. RGB value is (170,176,50). Sum of RGB (Red+Green+Blue) = 170+176+50=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB032 is #554FCD. Grayscale: #A0A0A0. Windows color (decimal): -5590990 or 3322026. OLE color: 3322026.

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

Color convert

RGB 170 176 50 -
CMYK 0.03 0 0.72 0.31
HSL 62.86º 0.56% 0.44% -
HSV(B) 62.86º 0.72% 0.69% -
XYZ 32.68 39.83 8.98 -
YUV 159.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 170 176 50 0.03 0 0.72 0.31 62.86 0.56 0.44
Hex AA B0 32 3 0 48 1F 3F 38 2C
Octal 252 260 62 3 0 110 37 77 70 54
Binary 10101010 10110000 110010 11 0 1001000 11111 111111 111000 101100

Color Harmonies of #AAB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB032

Black with #AAB032

Text Example


Text Example

White with #AAB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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