Html Css Color HEX #AAAAA6 Bombay

📋 copy color: '#AAAAA6'

red 170 ◦ green 170 ◦ blue 166

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

Shades of Bombay #AAAAA6

Tints of Bombay #AAAAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.6%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 33.6%
G = 33.6%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AAAAA6 (or 0xAAAAA6) is known color: Bombay. HEX triplet: AA, AA and A6. RGB value is (170,170,166). Sum of RGB (Red+Green+Blue) = 170+170+166=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAA6 is #555559. Grayscale: #A9A9A9. Windows color (decimal): -5592410 or 10922666. OLE color: 10922666.

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

Color convert

RGB 170 170 166 -
CMYK 0 0 0.02 0.33
HSL 60º 0.02% 0.66% -
HSV(B) 60º 0.02% 0.67% -
XYZ 37.84 40.05 41.81 -
YUV 169.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 170 170 166 0 0 0.02 0.33 60 0.02 0.66
Hex AA AA A6 0 0 2 21 3C 2 42
Octal 252 252 246 0 0 2 41 74 2 102
Binary 10101010 10101010 10100110 0 0 10 100001 111100 10 1000010

Color Harmonies of #AAAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAAA6

Black with #AAAAA6

Text Example


Text Example

White with #AAAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAAA6; }

 p { color: rgb(170,170,166); }

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

background-color css

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

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

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

border-color css

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

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

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