#AAB828

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

Shades of Bahia #AAB828

Tints of Bahia #AAB828

Color information

#AAB828 (or 0xAAB828) is unknown color: approx Bahia. HEX triplet: AA, B8 and 28. RGB value is (170,184,40). Sum of RGB (Red+Green+Blue) = 170+184+40=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB828 is #5547D7. Grayscale: #A3A3A3. Windows color (decimal): -5588952 or 2668714. OLE color: 2668714.

HSL color Cylindrical-coordinate representation of color #AAB828: hue angle of 65.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB828 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB17018440-
CMYK0.0800.780.28
HSL65.83º64.29%43.92%-
HSV(B)65.83º78.26%72.16%-
XYZ34.142.988.51-
YUV163.458.36132.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 40 (16.02% from 255) = 10.15%
R=43.15%
G=46.70%
B=10.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170184400.0800.780.2865.8364.2943.92
HexAAB828804E1C42402c
Octal252270501001163410210054
Binary10101010101110001010001000010011101110010000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB828; }

 p { color: rgb(170,184,40); }

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

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

 a { background-color: rgb(170,184,40); }

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

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

 span { border-color: rgb(170,184,40); }

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