#A79DAB

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

Shades of Chatelle #A79DAB

Tints of Chatelle #A79DAB

Color information

#A79DAB (or 0xA79DAB) is unknown color: approx Chatelle. HEX triplet: A7, 9D and AB. RGB value is (167,157,171). Sum of RGB (Red+Green+Blue) = 167+157+171=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #A79DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79DAB is #586254. Grayscale: #A1A1A1. Windows color (decimal): -5792341 or 11247015. OLE color: 11247015.

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

Color convert

RGB167157171-
CMYK0.020.0800.33
HSL282.86º7.69%64.31%-
HSV(B)282.86º8.19%67.06%-
XYZ35.3435.2743.47-
YUV161.59133.31131.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=33.74%
G=31.72%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671571710.020.0800.33282.867.6964.31
HexA79DAB2802111b840
Octal24723525321004143310100
Binary101001111001110110101011101000010000110001101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DAB; }

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

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

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

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

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

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

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

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