#AAB117

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

Shades of Bahia #AAB117

Tints of Bahia #AAB117

Color information

#AAB117 (or 0xAAB117) is unknown color: approx Bahia. HEX triplet: AA, B1 and 17. RGB value is (170,177,23). Sum of RGB (Red+Green+Blue) = 170+177+23=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB117 is #554EE8. Grayscale: #9D9D9D. Windows color (decimal): -5590761 or 1552810. OLE color: 1552810.

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

Color convert

RGB17017723-
CMYK0.0400.870.31
HSL62.73º77%39.22%-
HSV(B)62.73º87.01%69.41%-
XYZ32.4540.056.83-
YUV157.3552.18137.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 23 (9.38% from 255) = 6.22%
R=45.95%
G=47.84%
B=6.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177230.0400.870.3162.737739.22
HexAAB11740571F3f4d27
Octal2522612740127377711547
Binary10101010101100011011110001010111111111111111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB117; }

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

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

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

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

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

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

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

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