Html Css Color HEX #AAABA4 Bombay

📋 copy color: '#AAABA4'

red 170 ◦ green 171 ◦ blue 164

#AAABA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bombay #AAABA4

Tints of Bombay #AAABA4

RGB

 RED value IS 170 (66.8% 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 value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AAABA4 (or 0xAAABA4) is known color: 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

RGB 170 171 164 -
CMYK 0.01 0 0.04 0.33
HSL 68.57º 0.04% 0.66% -
HSV(B) 68.57º 0.04% 0.67% -
XYZ 37.84 40.35 40.92 -
YUV 169.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 170 171 164 0.01 0 0.04 0.33 68.57 0.04 0.66
Hex AA AB A4 1 0 4 21 45 4 42
Octal 252 253 244 1 0 4 41 105 4 102
Binary 10101010 10101011 10100100 1 0 100 100001 1000101 100 1000010

Color Harmonies of #AAABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAABA4

Black with #AAABA4

Text Example


Text Example

White with #AAABA4

Text Example


Text Example

HTML Codes & Css Web 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>