Html Css Color HEX #A59991 Zorba

📋 copy color: '#A59991'

red 165 ◦ green 153 ◦ blue 145

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

Shades of Zorba #A59991

Tints of Zorba #A59991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.32%

R = 35.64%
G = 33.05%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A59991 (or 0xA59991) is known color: Zorba. HEX triplet: A5, 99 and 91. RGB value is (165,153,145). Sum of RGB (Red+Green+Blue) = 165+153+145=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A59991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59991 is #5A666E. Grayscale: #9B9B9B. Windows color (decimal): -5924463 or 9542053. OLE color: 9542053.

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

Color convert

RGB 165 153 145 -
CMYK 0 0.07 0.12 0.35
HSL 24º 0.1% 0.61% -
HSV(B) 24º 0.12% 0.65% -
XYZ 32.02 32.83 31.44 -
YUV 155.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 165 153 145 0 0.07 0.12 0.35 24 0.1 0.61
Hex A5 99 91 0 7 C 23 18 A 3D
Octal 245 231 221 0 7 14 43 30 12 75
Binary 10100101 10011001 10010001 0 111 1100 100011 11000 1010 111101

Color Harmonies of #A59991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59991

Black with #A59991

Text Example


Text Example

White with #A59991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59991; }

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

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

background-color css

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

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

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

border-color css

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

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

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