Html Css Color HEX #A59D96 Zorba

📋 copy color: '#A59D96'

red 165 ◦ green 157 ◦ blue 150

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

Shades of Zorba #A59D96

Tints of Zorba #A59D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 34.96%
G = 33.26%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A59D96 (or 0xA59D96) is known color: Zorba. HEX triplet: A5, 9D and 96. RGB value is (165,157,150). Sum of RGB (Red+Green+Blue) = 165+157+150=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D96 is #5A6269. Grayscale: #9E9E9E. Windows color (decimal): -5923434 or 9870757. OLE color: 9870757.

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

Color convert

RGB 165 157 150 -
CMYK 0 0.05 0.09 0.35
HSL 28º 0.08% 0.62% -
HSV(B) 28º 0.09% 0.65% -
XYZ 33.08 34.32 33.73 -
YUV 158.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 165 157 150 0 0.05 0.09 0.35 28 0.08 0.62
Hex A5 9D 96 0 5 9 23 1C 8 3E
Octal 245 235 226 0 5 11 43 34 10 76
Binary 10100101 10011101 10010110 0 101 1001 100011 11100 1000 111110

Color Harmonies of #A59D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D96

Black with #A59D96

Text Example


Text Example

White with #A59D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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