#AAB220

Color #AAB220 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AAB220

Tints of Bahia #AAB220

Color information

#AAB220 (or 0xAAB220) is unknown color: approx Bahia. HEX triplet: AA, B2 and 20. RGB value is (170,178,32). Sum of RGB (Red+Green+Blue) = 170+178+32=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB220 is #554DDF. Grayscale: #9F9F9F. Windows color (decimal): -5590496 or 2142890. OLE color: 2142890.

HSL color Cylindrical-coordinate representation of color #AAB220: hue angle of 63.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAB220 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17017832-
CMYK0.0400.820.30
HSL63.29º69.52%41.18%-
HSV(B)63.29º82.02%69.8%-
XYZ32.7640.497.46-
YUV158.9656.35135.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 32 (12.89% from 255) = 8.42%
R=44.74%
G=46.84%
B=8.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178320.0400.820.3063.2969.5241.18
HexAAB22040521E3f4629
Octal2522624040122367710651
Binary101010101011001010000010001010010111101111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB220; }

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

 H1.HeaderClassName
 {
   color: #AAB220;
 }
 .AnyTagClassName
 {
   color: #AAB220;
 }
</style>
background-color css

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

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

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

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

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

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