#ACA4B4

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

Shades of Chatelle #ACA4B4

Tints of Chatelle #ACA4B4

Color information

#ACA4B4 (or 0xACA4B4) is unknown color: approx Chatelle. HEX triplet: AC, A4 and B4. RGB value is (172,164,180). Sum of RGB (Red+Green+Blue) = 172+164+180=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4B4 is #535B4B. Grayscale: #A8A8A8. Windows color (decimal): -5462860 or 11838636. OLE color: 11838636.

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

Color convert

RGB172164180-
CMYK0.040.0900.29
HSL270º9.64%67.45%-
HSV(B)270º8.89%70.59%-
XYZ38.5338.6248.6-
YUV168.22134.65130.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=33.33%
G=31.78%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721641800.040.0900.292709.6467.45
HexACA4B44901D10ea43
Octal25424426441103541612103
Binary101011001010010010110100100100101110110000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4B4; }

 p { color: rgb(172,164,180); }

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

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

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

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

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

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

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