#A39085

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

Shades of Zorba #A39085

Tints of Zorba #A39085

Color information

#A39085 (or 0xA39085) is unknown color: approx Zorba. HEX triplet: A3, 90 and 85. RGB value is (163,144,133). Sum of RGB (Red+Green+Blue) = 163+144+133=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A39085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39085 is #5C6F7A. Grayscale: #949494. Windows color (decimal): -6057851 or 8753315. OLE color: 8753315.

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

Color convert

RGB163144133-
CMYK00.120.180.36
HSL22º14.02%58.04%-
HSV(B)22º18.4%63.92%-
XYZ29.3129.4326.33-
YUV148.43119.29138.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=37.05%
G=32.73%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314413300.120.180.362214.0258.04
HexA390850C122416e3a
Octal2432202050142244261672
Binary1010001110010000100001010110010010100100101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39085; }

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

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

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

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

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

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

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

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