#ACA7A7

Color #ACA7A7 Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #ACA7A7

Tints of Dark Gray #ACA7A7

Color information

#ACA7A7 (or 0xACA7A7) is unknown color: approx Dark Gray. HEX triplet: AC, A7 and A7. RGB value is (172,167,167). Sum of RGB (Red+Green+Blue) = 172+167+167=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7A7 is #535858. Grayscale: #A8A8A8. Windows color (decimal): -5462105 or 10987436. OLE color: 10987436.

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

Color convert

RGB172167167-
CMYK00.030.030.33
HSL2.92%66.47%-
HSV(B)2.91%67.45%-
XYZ37.8139.242.13-
YUV168.5127.16130.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=33.99%
G=33.00%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216716700.030.030.3302.9266.47
HexACA7A7033210342
Octal2542472470334103102
Binary101011001010011110100111011111000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7A7; }

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

 H1.HeaderClassName
 {
   color: #ACA7A7;
 }
 .AnyTagClassName
 {
   color: #ACA7A7;
 }
</style>
background-color css

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

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

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

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

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

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