#A39488

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

Shades of Zorba #A39488

Tints of Zorba #A39488

Color information

#A39488 (or 0xA39488) is unknown color: approx Zorba. HEX triplet: A3, 94 and 88. RGB value is (163,148,136). Sum of RGB (Red+Green+Blue) = 163+148+136=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39488 is #5C6B77. Grayscale: #979797. Windows color (decimal): -6056824 or 8950947. OLE color: 8950947.

HSL color Cylindrical-coordinate representation of color #A39488: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39488 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163148136-
CMYK00.090.170.36
HSL26.67º12.8%58.63%-
HSV(B)26.67º16.56%63.92%-
XYZ30.1430.7427.64-
YUV151.12119.47136.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=36.47%
G=33.11%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314813600.090.170.3626.6712.858.63
HexA394880911241bd3b
Octal2432242100112144331573
Binary1010001110010100100010000100110001100100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39488; }

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

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

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

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

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

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

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

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