Html Css Color HEX #A69EAA Chatelle

📋 copy color: '#A69EAA'

red 166 ◦ green 158 ◦ blue 170

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

Shades of Chatelle #A69EAA

Tints of Chatelle #A69EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 33.6%
G = 31.98%
B = 34.41%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A69EAA (or 0xA69EAA) is known color: Chatelle. HEX triplet: A6, 9E and AA. RGB value is (166,158,170). Sum of RGB (Red+Green+Blue) = 166+158+170=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 158 (62.11% from 255 or 31.98% 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 #A69EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EAA is #596155. Grayscale: #A1A1A1. Windows color (decimal): -5857622 or 11181734. OLE color: 11181734.

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

Color convert

RGB 166 158 170 -
CMYK 0.02 0.07 0 0.33
HSL 280º 0.07% 0.64% -
HSV(B) 280º 0.07% 0.67% -
XYZ 35.21 35.46 43.02 -
YUV 161.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 166 158 170 0.02 0.07 0 0.33 280 0.07 0.64
Hex A6 9E AA 2 7 0 21 118 7 40
Octal 246 236 252 2 7 0 41 430 7 100
Binary 10100110 10011110 10101010 10 111 0 100001 100011000 111 1000000

Color Harmonies of #A69EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EAA

Black with #A69EAA

Text Example


Text Example

White with #A69EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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