Html Css Color HEX #A59EAA Chatelle

📋 copy color: '#A59EAA'

red 165 ◦ green 158 ◦ blue 170

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

Shades of Chatelle #A59EAA

Tints of Chatelle #A59EAA

RGB

 RED value IS 165 (64.84% from 255) = 33.47%

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

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

R = 33.47%
G = 32.05%
B = 34.48%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59EAA (or 0xA59EAA) is known color: Chatelle. HEX triplet: A5, 9E and AA. RGB value is (165,158,170). Sum of RGB (Red+Green+Blue) = 165+158+170=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 158 (62.11% from 255 or 32.05% 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 #A59EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAA is #5A6155. Grayscale: #A1A1A1. Windows color (decimal): -5923158 or 11181733. OLE color: 11181733.

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

Color convert

RGB 165 158 170 -
CMYK 0.03 0.07 0 0.33
HSL 275º 0.07% 0.64% -
HSV(B) 275º 0.07% 0.67% -
XYZ 35 35.36 43.01 -
YUV 161.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 165 158 170 0.03 0.07 0 0.33 275 0.07 0.64
Hex A5 9E AA 3 7 0 21 113 7 40
Octal 245 236 252 3 7 0 41 423 7 100
Binary 10100101 10011110 10101010 11 111 0 100001 100010011 111 1000000

Color Harmonies of #A59EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EAA

Black with #A59EAA

Text Example


Text Example

White with #A59EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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