#A79DAC

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

Shades of Chatelle #A79DAC

Tints of Chatelle #A79DAC

Color information

#A79DAC (or 0xA79DAC) is unknown color: approx Chatelle. HEX triplet: A7, 9D and AC. RGB value is (167,157,172). Sum of RGB (Red+Green+Blue) = 167+157+172=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #A79DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79DAC is #586253. Grayscale: #A1A1A1. Windows color (decimal): -5792340 or 11312551. OLE color: 11312551.

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

Color convert

RGB167157172-
CMYK0.030.0900.33
HSL280º8.29%64.51%-
HSV(B)280º8.72%67.45%-
XYZ35.4435.3143.98-
YUV161.7133.81131.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=33.67%
G=31.65%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671571720.030.0900.332808.2964.51
HexA79DAC39021118841
Octal24723525431104143010101
Binary101001111001110110101100111001010000110001100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DAC; }

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

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

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

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

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

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

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

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