Html Css Color HEX #A59187 Zorba

📋 copy color: '#A59187'

red 165 ◦ green 145 ◦ blue 135

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

Shades of Zorba #A59187

Tints of Zorba #A59187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 37.08%
G = 32.58%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A59187 (or 0xA59187) is known color: Zorba. HEX triplet: A5, 91 and 87. RGB value is (165,145,135). Sum of RGB (Red+Green+Blue) = 165+145+135=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A59187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59187 is #5A6E78. Grayscale: #959595. Windows color (decimal): -5926521 or 8884645. OLE color: 8884645.

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

Color convert

RGB 165 145 135 -
CMYK 0 0.12 0.18 0.35
HSL 20º 0.14% 0.59% -
HSV(B) 20º 0.18% 0.65% -
XYZ 30.02 30 27.13 -
YUV 149.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 165 145 135 0 0.12 0.18 0.35 20 0.14 0.59
Hex A5 91 87 0 C 12 23 14 E 3B
Octal 245 221 207 0 14 22 43 24 16 73
Binary 10100101 10010001 10000111 0 1100 10010 100011 10100 1110 111011

Color Harmonies of #A59187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59187

Black with #A59187

Text Example


Text Example

White with #A59187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59187; }

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

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

background-color css

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

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

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

border-color css

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

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

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