Html Css Color HEX #A59689 Zorba

📋 copy color: '#A59689'

red 165 ◦ green 150 ◦ blue 137

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

Shades of Zorba #A59689

Tints of Zorba #A59689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 36.5%
G = 33.19%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A59689 (or 0xA59689) is known color: Zorba. HEX triplet: A5, 96 and 89. RGB value is (165,150,137). Sum of RGB (Red+Green+Blue) = 165+150+137=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A59689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59689 is #5A6976. Grayscale: #999999. Windows color (decimal): -5925239 or 9016997. OLE color: 9016997.

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

Color convert

RGB 165 150 137 -
CMYK 0 0.09 0.17 0.35
HSL 27.86º 0.13% 0.59% -
HSV(B) 27.86º 0.17% 0.65% -
XYZ 30.94 31.62 28.14 -
YUV 153 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 165 150 137 0 0.09 0.17 0.35 27.86 0.13 0.59
Hex A5 96 89 0 9 11 23 1C D 3B
Octal 245 226 211 0 11 21 43 34 15 73
Binary 10100101 10010110 10001001 0 1001 10001 100011 11100 1101 111011

Color Harmonies of #A59689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59689

Black with #A59689

Text Example


Text Example

White with #A59689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59689; }

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

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

background-color css

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

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

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

border-color css

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

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

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