#A39288

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

Shades of Zorba #A39288

Tints of Zorba #A39288

Color information

#A39288 (or 0xA39288) is unknown color: approx Zorba. HEX triplet: A3, 92 and 88. RGB value is (163,146,136). Sum of RGB (Red+Green+Blue) = 163+146+136=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39288 is #5C6D77. Grayscale: #969696. Windows color (decimal): -6057336 or 8950435. OLE color: 8950435.

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

Color convert

RGB163146136-
CMYK00.100.170.36
HSL22.22º12.8%58.63%-
HSV(B)22.22º16.56%63.92%-
XYZ29.8330.1227.53-
YUV149.94120.13137.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=36.63%
G=32.81%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314613600.100.170.3622.2212.858.63
HexA392880A112416d3b
Octal2432222100122144261573
Binary1010001110010010100010000101010001100100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39288; }

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

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

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

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

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

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

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

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