Html Css Color HEX #AAB720 Bahia

📋 copy color: '#AAB720'

red 170 ◦ green 183 ◦ blue 32

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

Shades of Bahia #AAB720

Tints of Bahia #AAB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.53%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 44.16%
G = 47.53%
B = 8.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#AAB720 (or 0xAAB720) is known color: Bahia. HEX triplet: AA, B7 and 20. RGB value is (170,183,32). Sum of RGB (Red+Green+Blue) = 170+183+32=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB720 is #5548DF. Grayscale: #A2A2A2. Windows color (decimal): -5589216 or 2144170. OLE color: 2144170.

HSL color Cylindrical-coordinate representation of color #AAB720: hue angle of 65.17º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAB720 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 32 -
CMYK 0.07 0 0.83 0.28
HSL 65.17º 0.7% 0.42% -
HSV(B) 65.17º 0.83% 0.72% -
XYZ 33.77 42.52 7.79 -
YUV 161.9 54.69 133.78 -
System Red Green Blue C M Y K H S L
Decimal 170 183 32 0.07 0 0.83 0.28 65.17 0.7 0.42
Hex AA B7 20 7 0 53 1C 41 46 2A
Octal 252 267 40 7 0 123 34 101 106 52
Binary 10101010 10110111 100000 111 0 1010011 11100 1000001 1000110 101010

Color Harmonies of #AAB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB720

Black with #AAB720

Text Example


Text Example

White with #AAB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB720; }

 p { color: rgb(170,183,32); }

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

background-color css

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

 a { background-color: rgb(170,183,32); }

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

border-color css

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

 span { border-color: rgb(170,183,32); }

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