#ACA4B7

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

Shades of Chatelle #ACA4B7

Tints of Chatelle #ACA4B7

Color information

#ACA4B7 (or 0xACA4B7) is unknown color: approx Chatelle. HEX triplet: AC, A4 and B7. RGB value is (172,164,183). Sum of RGB (Red+Green+Blue) = 172+164+183=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACA4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4B7 is #535B48. Grayscale: #A8A8A8. Windows color (decimal): -5462857 or 12035244. OLE color: 12035244.

HSL color Cylindrical-coordinate representation of color #ACA4B7: hue angle of 265.26º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA4B7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172164183-
CMYK0.060.1000.28
HSL265.26º11.66%68.04%-
HSV(B)265.26º10.38%71.76%-
XYZ38.8438.7450.23-
YUV168.56136.15130.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=33.14%
G=31.60%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721641830.060.1000.28265.2611.6668.04
HexACA4B76A01C109c44
Octal25424426761203441114104
Binary101011001010010010110111110101001110010000100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4B7; }

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

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

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

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

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

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

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

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