Html Css Color HEX #A59389 Zorba

📋 copy color: '#A59389'

red 165 ◦ green 147 ◦ blue 137

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

Shades of Zorba #A59389

Tints of Zorba #A59389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 36.75%
G = 32.74%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A59389 (or 0xA59389) is known color: Zorba. HEX triplet: A5, 93 and 89. RGB value is (165,147,137). Sum of RGB (Red+Green+Blue) = 165+147+137=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A59389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59389 is #5A6C76. Grayscale: #979797. Windows color (decimal): -5926007 or 9016229. OLE color: 9016229.

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

Color convert

RGB 165 147 137 -
CMYK 0 0.11 0.17 0.35
HSL 21.43º 0.13% 0.59% -
HSV(B) 21.43º 0.17% 0.65% -
XYZ 30.47 30.67 27.98 -
YUV 151.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 165 147 137 0 0.11 0.17 0.35 21.43 0.13 0.59
Hex A5 93 89 0 B 11 23 15 D 3B
Octal 245 223 211 0 13 21 43 25 15 73
Binary 10100101 10010011 10001001 0 1011 10001 100011 10101 1101 111011

Color Harmonies of #A59389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59389

Black with #A59389

Text Example


Text Example

White with #A59389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59389; }

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

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

background-color css

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

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

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

border-color css

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

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

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