Html Css Color HEX #ACA8A8 Dark Gray

📋 copy color: '#ACA8A8'

red 172 ◦ green 168 ◦ blue 168

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

Shades of Dark Gray #ACA8A8

Tints of Dark Gray #ACA8A8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.07%

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 33.86%
G = 33.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ACA8A8 (or 0xACA8A8) is known color: Dark Gray. HEX triplet: AC, A8 and A8. RGB value is (172,168,168). Sum of RGB (Red+Green+Blue) = 172+168+168=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA8A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8A8 is #535757. Grayscale: #A9A9A9. Windows color (decimal): -5461848 or 11053228. OLE color: 11053228.

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

Color convert

RGB 172 168 168 -
CMYK 0 0.02 0.02 0.33
HSL 0.02% 0.67% -
HSV(B) 0.02% 0.67% -
XYZ 38.08 39.6 42.68 -
YUV 169.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 172 168 168 0 0.02 0.02 0.33 0 0.02 0.67
Hex AC A8 A8 0 2 2 21 0 2 43
Octal 254 250 250 0 2 2 41 0 2 103
Binary 10101100 10101000 10101000 0 10 10 100001 0 10 1000011

Color Harmonies of #ACA8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA8A8

Black with #ACA8A8

Text Example


Text Example

White with #ACA8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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