Html Css Color HEX #A59993 Zorba

📋 copy color: '#A59993'

red 165 ◦ green 153 ◦ blue 147

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

Shades of Zorba #A59993

Tints of Zorba #A59993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

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

R = 35.48%
G = 32.9%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A59993 (or 0xA59993) is known color: Zorba. HEX triplet: A5, 99 and 93. RGB value is (165,153,147). Sum of RGB (Red+Green+Blue) = 165+153+147=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A59993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59993 is #5A666C. Grayscale: #9B9B9B. Windows color (decimal): -5924461 or 9673125. OLE color: 9673125.

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

Color convert

RGB 165 153 147 -
CMYK 0 0.07 0.11 0.35
HSL 20º 0.09% 0.61% -
HSV(B) 20º 0.11% 0.65% -
XYZ 32.17 32.89 32.26 -
YUV 155.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 165 153 147 0 0.07 0.11 0.35 20 0.09 0.61
Hex A5 99 93 0 7 B 23 14 9 3D
Octal 245 231 223 0 7 13 43 24 11 75
Binary 10100101 10011001 10010011 0 111 1011 100011 10100 1001 111101

Color Harmonies of #A59993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59993

Black with #A59993

Text Example


Text Example

White with #A59993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59993; }

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

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

background-color css

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

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

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

border-color css

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

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

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