#A79FAB

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

Shades of Chatelle #A79FAB

Tints of Chatelle #A79FAB

Color information

#A79FAB (or 0xA79FAB) is unknown color: approx Chatelle. HEX triplet: A7, 9F and AB. RGB value is (167,159,171). Sum of RGB (Red+Green+Blue) = 167+159+171=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #A79FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79FAB is #586054. Grayscale: #A2A2A2. Windows color (decimal): -5791829 or 11247527. OLE color: 11247527.

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

Color convert

RGB167159171-
CMYK0.020.0700.33
HSL280º6.67%64.71%-
HSV(B)280º7.02%67.06%-
XYZ35.6935.9543.59-
YUV162.76132.65131.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=33.60%
G=31.99%
B=34.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671591710.020.0700.332806.6764.71
HexA79FAB27021118741
Octal247237253270414307101
Binary1010011110011111101010111011101000011000110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FAB; }

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

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

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

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

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

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

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

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