#A79CAB

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

Shades of Chatelle #A79CAB

Tints of Chatelle #A79CAB

Color information

#A79CAB (or 0xA79CAB) is unknown color: approx Chatelle. HEX triplet: A7, 9C and AB. RGB value is (167,156,171). Sum of RGB (Red+Green+Blue) = 167+156+171=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A79CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79CAB is #586354. Grayscale: #A0A0A0. Windows color (decimal): -5792597 or 11246759. OLE color: 11246759.

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

Color convert

RGB167156171-
CMYK0.020.0900.33
HSL284º8.2%64.12%-
HSV(B)284º8.77%67.06%-
XYZ35.1834.9343.42-
YUV161133.64132.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=33.81%
G=31.58%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671561710.020.0900.332848.264.12
HexA79CAB2902111c840
Octal24723425321104143410100
Binary101001111001110010101011101001010000110001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CAB; }

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

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

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

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

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

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

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

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