Html Css Color HEX #ABAC9F Bombay

📋 copy color: '#ABAC9F'

red 171 ◦ green 172 ◦ blue 159

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

Shades of Bombay #ABAC9F

Tints of Bombay #ABAC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 34.06%
G = 34.26%
B = 31.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABAC9F (or 0xABAC9F) is known color: Bombay. HEX triplet: AB, AC and 9F. RGB value is (171,172,159). Sum of RGB (Red+Green+Blue) = 171+172+159=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC9F is #545360. Grayscale: #AAAAAA. Windows color (decimal): -5526369 or 10464427. OLE color: 10464427.

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

Color convert

RGB 171 172 159 -
CMYK 0.01 0 0.08 0.33
HSL 64.62º 0.07% 0.65% -
HSV(B) 64.62º 0.08% 0.67% -
XYZ 37.81 40.67 38.66 -
YUV 170.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 171 172 159 0.01 0 0.08 0.33 64.62 0.07 0.65
Hex AB AC 9F 1 0 8 21 41 7 41
Octal 253 254 237 1 0 10 41 101 7 101
Binary 10101011 10101100 10011111 1 0 1000 100001 1000001 111 1000001

Color Harmonies of #ABAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC9F

Black with #ABAC9F

Text Example


Text Example

White with #ABAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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