#AAABA4

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

Shades of Bombay #AAABA4

Tints of Bombay #AAABA4

Color information

#AAABA4 (or 0xAAABA4) is unknown color: approx Bombay. HEX triplet: AA, AB and A4. RGB value is (170,171,164). Sum of RGB (Red+Green+Blue) = 170+171+164=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA4 is #55545B. Grayscale: #A9A9A9. Windows color (decimal): -5592156 or 10791850. OLE color: 10791850.

HSL color Cylindrical-coordinate representation of color #AAABA4: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAABA4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170171164-
CMYK0.0100.040.33
HSL68.57º4%65.69%-
HSV(B)68.57º4.09%67.06%-
XYZ37.8440.3540.92-
YUV169.9124.67128.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=33.66%
G=33.86%
B=32.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711640.0100.040.3368.57465.69
HexAAABA41042145442
Octal252253244104411054102
Binary1010101010101011101001001010010000110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABA4; }

 p { color: rgb(170,171,164); }

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

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

 a { background-color: rgb(170,171,164); }

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

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

 span { border-color: rgb(170,171,164); }

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