Html Css Color HEX #A69DAA Chatelle

📋 copy color: '#A69DAA'

red 166 ◦ green 157 ◦ blue 170

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

Shades of Chatelle #A69DAA

Tints of Chatelle #A69DAA

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

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

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

R = 33.67%
G = 31.85%
B = 34.48%

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

#A69DAA (or 0xA69DAA) is known color: Chatelle. HEX triplet: A6, 9D and AA. RGB value is (166,157,170). Sum of RGB (Red+Green+Blue) = 166+157+170=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #A69DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DAA is #596255. Grayscale: #A1A1A1. Windows color (decimal): -5857878 or 11181478. OLE color: 11181478.

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

Color convert

RGB 166 157 170 -
CMYK 0.02 0.08 0 0.33
HSL 281.54º 0.07% 0.64% -
HSV(B) 281.54º 0.08% 0.67% -
XYZ 35.04 35.12 42.96 -
YUV 161.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 166 157 170 0.02 0.08 0 0.33 281.54 0.07 0.64
Hex A6 9D AA 2 8 0 21 11A 7 40
Octal 246 235 252 2 10 0 41 432 7 100
Binary 10100110 10011101 10101010 10 1000 0 100001 100011010 111 1000000

Color Harmonies of #A69DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DAA

Black with #A69DAA

Text Example


Text Example

White with #A69DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DAA; }

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

 H1.HeaderClassName
 {
   color: #A69DAA;
 }
 .AnyTagClassName
 {
   color: #A69DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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