Html Css Color HEX #A79DAA Chatelle

📋 copy color: '#A79DAA'

red 167 ◦ green 157 ◦ blue 170

#A79DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #A79DAA

Tints of Chatelle #A79DAA

RGB

 RED value IS 167 (65.63% from 255) = 33.81%

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 33.81%
G = 31.78%
B = 34.41%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A79DAA (or 0xA79DAA) is known color: 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

RGB 167 157 170 -
CMYK 0.02 0.08 0 0.33
HSL 286.15º 0.07% 0.64% -
HSV(B) 286.15º 0.08% 0.67% -
XYZ 35.25 35.23 42.97 -
YUV 161.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 167 157 170 0.02 0.08 0 0.33 286.15 0.07 0.64
Hex A7 9D AA 2 8 0 21 11E 7 40
Octal 247 235 252 2 10 0 41 436 7 100
Binary 10100111 10011101 10101010 10 1000 0 100001 100011110 111 1000000

Color Harmonies of #A79DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79DAA

Black with #A79DAA

Text Example


Text Example

White with #A79DAA

Text Example


Text Example

HTML Codes & Css Web 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>