#A39485

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

Shades of Zorba #A39485

Tints of Zorba #A39485

Color information

#A39485 (or 0xA39485) is unknown color: approx Zorba. HEX triplet: A3, 94 and 85. RGB value is (163,148,133). Sum of RGB (Red+Green+Blue) = 163+148+133=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39485 is #5C6B7A. Grayscale: #969696. Windows color (decimal): -6056827 or 8754339. OLE color: 8754339.

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

Color convert

RGB163148133-
CMYK00.090.180.36
HSL30º14.02%58.04%-
HSV(B)30º18.4%63.92%-
XYZ29.9330.6626.53-
YUV150.78117.97136.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=36.71%
G=33.33%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314813300.090.180.363014.0258.04
HexA394850912241ee3a
Octal2432242050112244361672
Binary1010001110010100100001010100110010100100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39485; }

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

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

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

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

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

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

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

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