#AAB127

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

Shades of Bahia #AAB127

Tints of Bahia #AAB127

Color information

#AAB127 (or 0xAAB127) is unknown color: approx Bahia. HEX triplet: AA, B1 and 27. RGB value is (170,177,39). Sum of RGB (Red+Green+Blue) = 170+177+39=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB127 is #554ED8. Grayscale: #9F9F9F. Windows color (decimal): -5590745 or 2601386. OLE color: 2601386.

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

Color convert

RGB17017739-
CMYK0.0400.780.31
HSL63.04º63.89%42.35%-
HSV(B)63.04º77.97%69.41%-
XYZ32.6740.147.94-
YUV159.1760.18135.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=44.04%
G=45.85%
B=10.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177390.0400.780.3163.0463.8942.35
HexAAB127404E1F3f402a
Octal2522614740116377710052
Binary101010101011000110011110001001110111111111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB127; }

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

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

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

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

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

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

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

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