Html Css Color HEX #A59BA8 Chatelle

📋 copy color: '#A59BA8'

red 165 ◦ green 155 ◦ blue 168

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

Shades of Chatelle #A59BA8

Tints of Chatelle #A59BA8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.76%

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

R = 33.81%
G = 31.76%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A59BA8 (or 0xA59BA8) is known color: Chatelle. HEX triplet: A5, 9B and A8. RGB value is (165,155,168). Sum of RGB (Red+Green+Blue) = 165+155+168=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 168 - color contains mainly: blue. Hex color #A59BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BA8 is #5A6457. Grayscale: #9F9F9F. Windows color (decimal): -5923928 or 11049893. OLE color: 11049893.

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

Color convert

RGB 165 155 168 -
CMYK 0.02 0.08 0 0.34
HSL 286.15º 0.07% 0.63% -
HSV(B) 286.15º 0.08% 0.66% -
XYZ 34.31 34.27 41.85 -
YUV 159.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 165 155 168 0.02 0.08 0 0.34 286.15 0.07 0.63
Hex A5 9B A8 2 8 0 22 11E 7 3F
Octal 245 233 250 2 10 0 42 436 7 77
Binary 10100101 10011011 10101000 10 1000 0 100010 100011110 111 111111

Color Harmonies of #A59BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BA8

Black with #A59BA8

Text Example


Text Example

White with #A59BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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