#ACA6AD

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

Shades of Chatelle #ACA6AD

Tints of Chatelle #ACA6AD

Color information

#ACA6AD (or 0xACA6AD) is unknown color: approx Chatelle. HEX triplet: AC, A6 and AD. RGB value is (172,166,173). Sum of RGB (Red+Green+Blue) = 172+166+173=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA6AD is #535952. Grayscale: #A8A8A8. Windows color (decimal): -5462355 or 11380396. OLE color: 11380396.

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

Color convert

RGB172166173-
CMYK0.010.0400.32
HSL291.43º4.09%66.47%-
HSV(B)291.43º4.05%67.84%-
XYZ38.1939.0645.06-
YUV168.59130.49130.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=33.66%
G=32.49%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721661730.010.0400.32291.434.0966.47
HexACA6AD14020123442
Octal254246255140404434102
Binary101011001010011010101101110001000001001000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6AD; }

 p { color: rgb(172,166,173); }

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

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

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

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

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

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

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