#AAB129

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

Shades of Bahia #AAB129

Tints of Bahia #AAB129

Color information

#AAB129 (or 0xAAB129) is unknown color: approx Bahia. HEX triplet: AA, B1 and 29. RGB value is (170,177,41). Sum of RGB (Red+Green+Blue) = 170+177+41=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB129 is #554ED6. Grayscale: #9F9F9F. Windows color (decimal): -5590743 or 2732458. OLE color: 2732458.

HSL color Cylindrical-coordinate representation of color #AAB129: hue angle of 63.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB129 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17017741-
CMYK0.0400.770.31
HSL63.09º62.39%42.75%-
HSV(B)63.09º76.84%69.41%-
XYZ32.740.158.12-
YUV159.461.18135.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 41 (16.41% from 255) = 10.57%
R=43.81%
G=45.62%
B=10.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177410.0400.770.3163.0962.3942.75
HexAAB129404D1F3f3e2b
Octal252261514011537777653
Binary10101010101100011010011000100110111111111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB129; }

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

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

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

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

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

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

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

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