#A5958B

Color #A5958B Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #A5958B

Tints of Zorba #A5958B

Color information

#A5958B (or 0xA5958B) is unknown color: approx Zorba. HEX triplet: A5, 95 and 8B. RGB value is (165,149,139). Sum of RGB (Red+Green+Blue) = 165+149+139=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A5958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5958B is #5A6A74. Grayscale: #989898. Windows color (decimal): -5925493 or 9147813. OLE color: 9147813.

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

Color convert

RGB165149139-
CMYK00.100.160.35
HSL23.08º12.62%59.61%-
HSV(B)23.08º15.76%64.71%-
XYZ30.9231.3628.85-
YUV152.64120.3136.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=36.42%
G=32.89%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514913900.100.160.3523.0812.6259.61
HexA5958B0A102317d3c
Octal2452252130122043271574
Binary1010010110010101100010110101010000100011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5958B; }

 p { color: rgb(165,149,139); }

 H1.HeaderClassName
 {
   color: #A5958B;
 }
 .AnyTagClassName
 {
   color: #A5958B;
 }
</style>
background-color css

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

 a { background-color: rgb(165,149,139); }

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

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

 span { border-color: rgb(165,149,139); }

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