#A39893

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

Shades of Zorba #A39893

Tints of Zorba #A39893

Color information

#A39893 (or 0xA39893) is unknown color: approx Zorba. HEX triplet: A3, 98 and 93. RGB value is (163,152,147). Sum of RGB (Red+Green+Blue) = 163+152+147=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39893 is #5C676C. Grayscale: #9A9A9A. Windows color (decimal): -6055789 or 9672867. OLE color: 9672867.

HSL color Cylindrical-coordinate representation of color #A39893: hue angle of 18.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39893 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163152147-
CMYK00.070.100.36
HSL18.75º8%60.78%-
HSV(B)18.75º9.82%63.92%-
XYZ31.632.3532.18-
YUV154.72123.64133.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=35.28%
G=32.90%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315214700.070.100.3618.75860.78
HexA3989307A241383d
Octal243230223071244231075
Binary10100011100110001001001101111010100100100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39893; }

 p { color: rgb(163,152,147); }

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

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

 a { background-color: rgb(163,152,147); }

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

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

 span { border-color: rgb(163,152,147); }

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