#A39A8F

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

Shades of Zorba #A39A8F

Tints of Zorba #A39A8F

Color information

#A39A8F (or 0xA39A8F) is unknown color: approx Zorba. HEX triplet: A3, 9A and 8F. RGB value is (163,154,143). Sum of RGB (Red+Green+Blue) = 163+154+143=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A8F is #5C6570. Grayscale: #9B9B9B. Windows color (decimal): -6055281 or 9411235. OLE color: 9411235.

HSL color Cylindrical-coordinate representation of color #A39A8F: hue angle of 33º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39A8F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163154143-
CMYK00.060.120.36
HSL33º9.8%60%-
HSV(B)33º12.27%63.92%-
XYZ31.6232.8830.67-
YUV155.44120.98133.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=35.43%
G=33.48%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315414300.060.120.36339.860
HexA39A8F06C2421a3c
Octal243232217061444411274
Binary101000111001101010001111011011001001001000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A8F; }

 p { color: rgb(163,154,143); }

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

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

 a { background-color: rgb(163,154,143); }

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

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

 span { border-color: rgb(163,154,143); }

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