Html Css Color HEX #A59186 Zorba

📋 copy color: '#A59186'

red 165 ◦ green 145 ◦ blue 134

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

Shades of Zorba #A59186

Tints of Zorba #A59186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 37.16%
G = 32.66%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A59186 (or 0xA59186) is known color: Zorba. HEX triplet: A5, 91 and 86. RGB value is (165,145,134). Sum of RGB (Red+Green+Blue) = 165+145+134=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A59186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59186 is #5A6E79. Grayscale: #959595. Windows color (decimal): -5926522 or 8819109. OLE color: 8819109.

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

Color convert

RGB 165 145 134 -
CMYK 0 0.12 0.19 0.35
HSL 21.29º 0.15% 0.59% -
HSV(B) 21.29º 0.19% 0.65% -
XYZ 29.95 29.97 26.76 -
YUV 149.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 165 145 134 0 0.12 0.19 0.35 21.29 0.15 0.59
Hex A5 91 86 0 C 13 23 15 F 3B
Octal 245 221 206 0 14 23 43 25 17 73
Binary 10100101 10010001 10000110 0 1100 10011 100011 10101 1111 111011

Color Harmonies of #A59186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59186

Black with #A59186

Text Example


Text Example

White with #A59186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59186; }

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

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

background-color css

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

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

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

border-color css

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

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

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