#AAB429

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

Shades of Bahia #AAB429

Tints of Bahia #AAB429

Color information

#AAB429 (or 0xAAB429) is unknown color: approx Bahia. HEX triplet: AA, B4 and 29. RGB value is (170,180,41). Sum of RGB (Red+Green+Blue) = 170+180+41=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB429 is #554BD6. Grayscale: #A1A1A1. Windows color (decimal): -5589975 or 2733226. OLE color: 2733226.

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

Color convert

RGB17018041-
CMYK0.0600.770.29
HSL64.32º62.9%43.33%-
HSV(B)64.32º77.22%70.59%-
XYZ33.341.358.32-
YUV161.1660.19134.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 41 (16.41% from 255) = 10.49%
R=43.48%
G=46.04%
B=10.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180410.0600.770.2964.3262.943.33
HexAAB429604D1D403f2b
Octal2522645160115351007753
Binary101010101011010010100111001001101111011000000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB429; }

 p { color: rgb(170,180,41); }

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

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

 a { background-color: rgb(170,180,41); }

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

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

 span { border-color: rgb(170,180,41); }

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