#A79DAA

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

Shades of Chatelle #A79DAA

Tints of Chatelle #A79DAA

Color information

#A79DAA (or 0xA79DAA) is unknown color: approx Chatelle. HEX triplet: A7, 9D and AA. RGB value is (167,157,170). Sum of RGB (Red+Green+Blue) = 167+157+170=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A79DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79DAA is #586255. Grayscale: #A1A1A1. Windows color (decimal): -5792342 or 11181479. OLE color: 11181479.

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

Color convert

RGB167157170-
CMYK0.020.0800.33
HSL286.15º7.1%64.12%-
HSV(B)286.15º7.65%66.67%-
XYZ35.2535.2342.97-
YUV161.47132.81131.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=33.81%
G=31.78%
B=34.41%

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
Decimal1671571700.020.0800.33286.157.164.12
HexA79DAA2802111e740
Octal2472352522100414367100
Binary10100111100111011010101010100001000011000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DAA; }

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

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

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

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

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

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

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

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