Html Css Color HEX #A59C97 Zorba

📋 copy color: '#A59C97'

red 165 ◦ green 156 ◦ blue 151

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

Shades of Zorba #A59C97

Tints of Zorba #A59C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 34.96%
G = 33.05%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A59C97 (or 0xA59C97) is known color: Zorba. HEX triplet: A5, 9C and 97. RGB value is (165,156,151). Sum of RGB (Red+Green+Blue) = 165+156+151=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C97 is #5A6368. Grayscale: #9E9E9E. Windows color (decimal): -5923689 or 9936037. OLE color: 9936037.

HSL color Cylindrical-coordinate representation of color #A59C97: hue angle of 21.43º 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 #A59C97 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 151 -
CMYK 0 0.05 0.08 0.35
HSL 21.43º 0.07% 0.62% -
HSV(B) 21.43º 0.08% 0.65% -
XYZ 32.99 34.01 34.1 -
YUV 158.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 165 156 151 0 0.05 0.08 0.35 21.43 0.07 0.62
Hex A5 9C 97 0 5 8 23 15 7 3E
Octal 245 234 227 0 5 10 43 25 7 76
Binary 10100101 10011100 10010111 0 101 1000 100011 10101 111 111110

Color Harmonies of #A59C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C97

Black with #A59C97

Text Example


Text Example

White with #A59C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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