#AAB724

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

Shades of Bahia #AAB724

Tints of Bahia #AAB724

Color information

#AAB724 (or 0xAAB724) is unknown color: approx Bahia. HEX triplet: AA, B7 and 24. RGB value is (170,183,36). Sum of RGB (Red+Green+Blue) = 170+183+36=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB724 is #5548DB. Grayscale: #A2A2A2. Windows color (decimal): -5589212 or 2406314. OLE color: 2406314.

HSL color Cylindrical-coordinate representation of color #AAB724: hue angle of 65.31º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB724 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB17018336-
CMYK0.0700.800.28
HSL65.31º67.12%42.94%-
HSV(B)65.31º80.33%71.76%-
XYZ33.8342.548.1-
YUV162.3556.69133.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 183 (71.88% from 255) = 47.04%
BLUE value IS 36 (14.45% from 255) = 9.25%
R=43.70%
G=47.04%
B=9.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183360.0700.800.2865.3167.1242.94
HexAAB72470501C41432b
Octal25226744701203410110353
Binary1010101010110111100100111010100001110010000011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB724; }

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

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

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

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

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

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

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

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