#A39890

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

Shades of Zorba #A39890

Tints of Zorba #A39890

Color information

#A39890 (or 0xA39890) is unknown color: approx Zorba. HEX triplet: A3, 98 and 90. RGB value is (163,152,144). Sum of RGB (Red+Green+Blue) = 163+152+144=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39890 is #5C676F. Grayscale: #9A9A9A. Windows color (decimal): -6055792 or 9476259. OLE color: 9476259.

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

Color convert

RGB163152144-
CMYK00.070.120.36
HSL25.26º9.36%60.2%-
HSV(B)25.26º11.66%63.92%-
XYZ31.3732.2630.96-
YUV154.38122.14134.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=35.51%
G=33.12%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315214400.070.120.3625.269.3660.2
HexA3989007C241993c
Octal243230220071444311174
Binary10100011100110001001000001111100100100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39890; }

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

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

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

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

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

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

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

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