Html Css Color HEX #A59DA8 Chatelle

📋 copy color: '#A59DA8'

red 165 ◦ green 157 ◦ blue 168

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

Shades of Chatelle #A59DA8

Tints of Chatelle #A59DA8

RGB

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

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

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

R = 33.67%
G = 32.04%
B = 34.29%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A59DA8 (or 0xA59DA8) is known color: Chatelle. HEX triplet: A5, 9D and A8. RGB value is (165,157,168). Sum of RGB (Red+Green+Blue) = 165+157+168=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 168 - color contains mainly: blue. Hex color #A59DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DA8 is #5A6257. Grayscale: #A0A0A0. Windows color (decimal): -5923416 or 11050405. OLE color: 11050405.

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

Color convert

RGB 165 157 168 -
CMYK 0.02 0.07 0 0.34
HSL 283.64º 0.06% 0.64% -
HSV(B) 283.64º 0.07% 0.66% -
XYZ 34.64 34.94 41.96 -
YUV 160.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 165 157 168 0.02 0.07 0 0.34 283.64 0.06 0.64
Hex A5 9D A8 2 7 0 22 11C 6 40
Octal 245 235 250 2 7 0 42 434 6 100
Binary 10100101 10011101 10101000 10 111 0 100010 100011100 110 1000000

Color Harmonies of #A59DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DA8

Black with #A59DA8

Text Example


Text Example

White with #A59DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DA8; }

 p { color: rgb(165,157,168); }

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

background-color css

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

 a { background-color: rgb(165,157,168); }

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

border-color css

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

 span { border-color: rgb(165,157,168); }

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