Html Css Color HEX #ACABAB Dark Gray

📋 copy color: '#ACABAB'

red 172 ◦ green 171 ◦ blue 171

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

Shades of Dark Gray #ACABAB

Tints of Dark Gray #ACABAB

RGB

 RED value IS 172 (67.58% from 255) = 33.46%

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 33.46%
G = 33.27%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ACABAB (or 0xACABAB) is known color: Dark Gray. HEX triplet: AC, AB and AB. RGB value is (172,171,171). Sum of RGB (Red+Green+Blue) = 172+171+171=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABAB is #535454. Grayscale: #ABABAB. Windows color (decimal): -5461077 or 11250604. OLE color: 11250604.

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

Color convert

RGB 172 171 171 -
CMYK 0 0.01 0.01 0.33
HSL 0.01% 0.67% -
HSV(B) 0.01% 0.67% -
XYZ 38.93 40.84 44.36 -
YUV 171.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 172 171 171 0 0.01 0.01 0.33 0 0.01 0.67
Hex AC AB AB 0 1 1 21 0 1 43
Octal 254 253 253 0 1 1 41 0 1 103
Binary 10101100 10101011 10101011 0 1 1 100001 0 1 1000011

Color Harmonies of #ACABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABAB

Black with #ACABAB

Text Example


Text Example

White with #ACABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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