Html Css Color HEX #A59E97 Zorba

📋 copy color: '#A59E97'

red 165 ◦ green 158 ◦ blue 151

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

Shades of Zorba #A59E97

Tints of Zorba #A59E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.86%

R = 34.81%
G = 33.33%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A59E97 (or 0xA59E97) is known color: Zorba. HEX triplet: A5, 9E and 97. RGB value is (165,158,151). Sum of RGB (Red+Green+Blue) = 165+158+151=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E97 is #5A6168. Grayscale: #9F9F9F. Windows color (decimal): -5923177 or 9936549. OLE color: 9936549.

HSL color Cylindrical-coordinate representation of color #A59E97: hue angle of 30º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59E97 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 158 151 -
CMYK 0 0.04 0.08 0.35
HSL 30º 0.07% 0.62% -
HSV(B) 30º 0.08% 0.65% -
XYZ 33.33 34.69 34.22 -
YUV 159.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 165 158 151 0 0.04 0.08 0.35 30 0.07 0.62
Hex A5 9E 97 0 4 8 23 1E 7 3E
Octal 245 236 227 0 4 10 43 36 7 76
Binary 10100101 10011110 10010111 0 100 1000 100011 11110 111 111110

Color Harmonies of #A59E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E97

Black with #A59E97

Text Example


Text Example

White with #A59E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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