#AAB522

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

Shades of Bahia #AAB522

Tints of Bahia #AAB522

Color information

#AAB522 (or 0xAAB522) is unknown color: approx Bahia. HEX triplet: AA, B5 and 22. RGB value is (170,181,34). Sum of RGB (Red+Green+Blue) = 170+181+34=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB522 is #554ADD. Grayscale: #A1A1A1. Windows color (decimal): -5589726 or 2274730. OLE color: 2274730.

HSL color Cylindrical-coordinate representation of color #AAB522: hue angle of 64.49º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB522 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB17018134-
CMYK0.0600.810.29
HSL64.49º68.37%42.16%-
HSV(B)64.49º81.22%70.98%-
XYZ33.3941.717.8-
YUV160.9556.36134.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 181 (71.09% from 255) = 47.01%
BLUE value IS 34 (13.67% from 255) = 8.83%
R=44.16%
G=47.01%
B=8.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170181340.0600.810.2964.4968.3742.16
HexAAB52260511D40442a
Octal25226542601213510010452
Binary1010101010110101100010110010100011110110000001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB522; }

 p { color: rgb(170,181,34); }

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

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

 a { background-color: rgb(170,181,34); }

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

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

 span { border-color: rgb(170,181,34); }

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