Html Css Color HEX #ABACA2 Bombay

📋 copy color: '#ABACA2'

red 171 ◦ green 172 ◦ blue 162

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

Shades of Bombay #ABACA2

Tints of Bombay #ABACA2

RGB

 RED value IS 171 (67.19% from 255) = 33.86%

 GREEN value IS 172 (67.58% from 255) = 34.06%

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 33.86%
G = 34.06%
B = 32.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#ABACA2 (or 0xABACA2) is known color: Bombay. HEX triplet: AB, AC and A2. RGB value is (171,172,162). Sum of RGB (Red+Green+Blue) = 171+172+162=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA2 is #54535D. Grayscale: #AAAAAA. Windows color (decimal): -5526366 or 10661035. OLE color: 10661035.

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

Color convert

RGB 171 172 162 -
CMYK 0.01 0 0.06 0.33
HSL 66º 0.06% 0.65% -
HSV(B) 66º 0.06% 0.67% -
XYZ 38.07 40.77 40.05 -
YUV 170.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 171 172 162 0.01 0 0.06 0.33 66 0.06 0.65
Hex AB AC A2 1 0 6 21 42 6 41
Octal 253 254 242 1 0 6 41 102 6 101
Binary 10101011 10101100 10100010 1 0 110 100001 1000010 110 1000001

Color Harmonies of #ABACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACA2

Black with #ABACA2

Text Example


Text Example

White with #ABACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACA2; }

 p { color: rgb(171,172,162); }

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

background-color css

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

 a { background-color: rgb(171,172,162); }

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

border-color css

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

 span { border-color: rgb(171,172,162); }

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