Html Css Color HEX #AAABA3 Bombay

📋 copy color: '#AAABA3'

red 170 ◦ green 171 ◦ blue 163

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

Shades of Bombay #AAABA3

Tints of Bombay #AAABA3

RGB

 RED value IS 170 (66.8% from 255) = 33.73%

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 163 (64.06% from 255) = 32.34%

R = 33.73%
G = 33.93%
B = 32.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AAABA3 (or 0xAAABA3) is known color: Bombay. HEX triplet: AA, AB and A3. RGB value is (170,171,163). Sum of RGB (Red+Green+Blue) = 170+171+163=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA3 is #55545C. Grayscale: #A9A9A9. Windows color (decimal): -5592157 or 10726314. OLE color: 10726314.

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

Color convert

RGB 170 171 163 -
CMYK 0.01 0 0.05 0.33
HSL 67.5º 0.05% 0.65% -
HSV(B) 67.5º 0.05% 0.67% -
XYZ 37.75 40.32 40.44 -
YUV 169.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 170 171 163 0.01 0 0.05 0.33 67.5 0.05 0.65
Hex AA AB A3 1 0 5 21 44 5 41
Octal 252 253 243 1 0 5 41 104 5 101
Binary 10101010 10101011 10100011 1 0 101 100001 1000100 101 1000001

Color Harmonies of #AAABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAABA3

Black with #AAABA3

Text Example


Text Example

White with #AAABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAABA3; }

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

 H1.HeaderClassName
 {
   color: #AAABA3;
 }
 .AnyTagClassName
 {
   color: #AAABA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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