Html Css Color HEX #A69EA8 Chatelle

📋 copy color: '#A69EA8'

red 166 ◦ green 158 ◦ blue 168

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

Shades of Chatelle #A69EA8

Tints of Chatelle #A69EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 33.74%
G = 32.11%
B = 34.15%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A69EA8 (or 0xA69EA8) is known color: Chatelle. HEX triplet: A6, 9E and A8. RGB value is (166,158,168). Sum of RGB (Red+Green+Blue) = 166+158+168=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 168 - color contains mainly: blue. Hex color #A69EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EA8 is #596157. Grayscale: #A1A1A1. Windows color (decimal): -5857624 or 11050662. OLE color: 11050662.

HSL color Cylindrical-coordinate representation of color #A69EA8: hue angle of 288º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69EA8 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 158 168 -
CMYK 0.01 0.06 0 0.34
HSL 288º 0.05% 0.64% -
HSV(B) 288º 0.06% 0.66% -
XYZ 35.02 35.39 42.03 -
YUV 161.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 166 158 168 0.01 0.06 0 0.34 288 0.05 0.64
Hex A6 9E A8 1 6 0 22 120 5 40
Octal 246 236 250 1 6 0 42 440 5 100
Binary 10100110 10011110 10101000 1 110 0 100010 100100000 101 1000000

Color Harmonies of #A69EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EA8

Black with #A69EA8

Text Example


Text Example

White with #A69EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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