Html Css Color HEX #A59D93 Zorba

📋 copy color: '#A59D93'

red 165 ◦ green 157 ◦ blue 147

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

Shades of Zorba #A59D93

Tints of Zorba #A59D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 35.18%
G = 33.48%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A59D93 (or 0xA59D93) is known color: Zorba. HEX triplet: A5, 9D and 93. RGB value is (165,157,147). Sum of RGB (Red+Green+Blue) = 165+157+147=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D93 is #5A626C. Grayscale: #9E9E9E. Windows color (decimal): -5923437 or 9674149. OLE color: 9674149.

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

Color convert

RGB 165 157 147 -
CMYK 0 0.05 0.11 0.35
HSL 33.33º 0.09% 0.61% -
HSV(B) 33.33º 0.11% 0.65% -
XYZ 32.84 34.22 32.48 -
YUV 158.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 165 157 147 0 0.05 0.11 0.35 33.33 0.09 0.61
Hex A5 9D 93 0 5 B 23 21 9 3D
Octal 245 235 223 0 5 13 43 41 11 75
Binary 10100101 10011101 10010011 0 101 1011 100011 100001 1001 111101

Color Harmonies of #A59D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D93

Black with #A59D93

Text Example


Text Example

White with #A59D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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