#A39185

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

Shades of Zorba #A39185

Tints of Zorba #A39185

Color information

#A39185 (or 0xA39185) is unknown color: approx Zorba. HEX triplet: A3, 91 and 85. RGB value is (163,145,133). Sum of RGB (Red+Green+Blue) = 163+145+133=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A39185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39185 is #5C6E7A. Grayscale: #959595. Windows color (decimal): -6057595 or 8753571. OLE color: 8753571.

HSL color Cylindrical-coordinate representation of color #A39185: hue angle of 24º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39185 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163145133-
CMYK00.110.180.36
HSL24º14.02%58.04%-
HSV(B)24º18.4%63.92%-
XYZ29.4629.7326.38-
YUV149.01118.96137.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=36.96%
G=32.88%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314513300.110.180.362414.0258.04
HexA391850B122418e3a
Octal2432212050132244301672
Binary1010001110010001100001010101110010100100110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39185; }

 p { color: rgb(163,145,133); }

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

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

 a { background-color: rgb(163,145,133); }

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

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

 span { border-color: rgb(163,145,133); }

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