#A39892

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

Shades of Zorba #A39892

Tints of Zorba #A39892

Color information

#A39892 (or 0xA39892) is unknown color: approx Zorba. HEX triplet: A3, 98 and 92. RGB value is (163,152,146). Sum of RGB (Red+Green+Blue) = 163+152+146=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39892 is #5C676D. Grayscale: #9A9A9A. Windows color (decimal): -6055790 or 9607331. OLE color: 9607331.

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

Color convert

RGB163152146-
CMYK00.070.100.36
HSL21.18º8.46%60.59%-
HSV(B)21.18º10.43%63.92%-
XYZ31.5232.3231.77-
YUV154.6123.14133.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=35.36%
G=32.97%
B=31.67%

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
Decimal16315214600.070.100.3621.188.4660.59
HexA3989207A241583d
Octal243230222071244251075
Binary10100011100110001001001001111010100100101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39892; }

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

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

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

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

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

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

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

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