#A79BAB

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

Shades of Chatelle #A79BAB

Tints of Chatelle #A79BAB

Color information

#A79BAB (or 0xA79BAB) is unknown color: approx Chatelle. HEX triplet: A7, 9B and AB. RGB value is (167,155,171). Sum of RGB (Red+Green+Blue) = 167+155+171=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #A79BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BAB is #586454. Grayscale: #A0A0A0. Windows color (decimal): -5792853 or 11246503. OLE color: 11246503.

HSL color Cylindrical-coordinate representation of color #A79BAB: hue angle of 285º degrees, saturation: 0.09, 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 #A79BAB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167155171-
CMYK0.020.0900.33
HSL285º8.7%63.92%-
HSV(B)285º9.36%67.06%-
XYZ35.0134.643.36-
YUV160.41133.98132.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=33.87%
G=31.44%
B=34.69%

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
Decimal1671551710.020.0900.332858.763.92
HexA79BAB2902111d940
Octal24723325321104143511100
Binary101001111001101110101011101001010000110001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BAB; }

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

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

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

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

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

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

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

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