#AAC522

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

Shades of Bahia #AAC522

Tints of Bahia #AAC522

Color information

#AAC522 (or 0xAAC522) is unknown color: approx Bahia. HEX triplet: AA, C5 and 22. RGB value is (170,197,34). Sum of RGB (Red+Green+Blue) = 170+197+34=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC522 is #553ADD. Grayscale: #AAAAAA. Windows color (decimal): -5585630 or 2278826. OLE color: 2278826.

HSL color Cylindrical-coordinate representation of color #AAC522: hue angle of 69.94º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAC522 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB17019734-
CMYK0.1400.830.23
HSL69.94º70.56%45.29%-
HSV(B)69.94º82.74%77.25%-
XYZ36.8348.598.95-
YUV170.3451.05127.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 197 (77.34% from 255) = 49.13%
BLUE value IS 34 (13.67% from 255) = 8.48%
R=42.39%
G=49.13%
B=8.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197340.1400.830.2369.9470.5645.29
HexAAC522E0531746472d
Octal252305421601232710610755
Binary10101010110001011000101110010100111011110001101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC522; }

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

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

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

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

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

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

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

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