Html Css Color HEX #A59487 Zorba

📋 copy color: '#A59487'

red 165 ◦ green 148 ◦ blue 135

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

Shades of Zorba #A59487

Tints of Zorba #A59487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

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

R = 36.83%
G = 33.04%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A59487 (or 0xA59487) is known color: Zorba. HEX triplet: A5, 94 and 87. RGB value is (165,148,135). Sum of RGB (Red+Green+Blue) = 165+148+135=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A59487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59487 is #5A6B78. Grayscale: #979797. Windows color (decimal): -5925753 or 8885413. OLE color: 8885413.

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

Color convert

RGB 165 148 135 -
CMYK 0 0.10 0.18 0.35
HSL 26º 0.14% 0.59% -
HSV(B) 26º 0.18% 0.65% -
XYZ 30.48 30.93 27.28 -
YUV 151.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 165 148 135 0 0.10 0.18 0.35 26 0.14 0.59
Hex A5 94 87 0 A 12 23 1A E 3B
Octal 245 224 207 0 12 22 43 32 16 73
Binary 10100101 10010100 10000111 0 1010 10010 100011 11010 1110 111011

Color Harmonies of #A59487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59487

Black with #A59487

Text Example


Text Example

White with #A59487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59487; }

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

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

background-color css

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

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

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

border-color css

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

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

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