#A3938A

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

Shades of Zorba #A3938A

Tints of Zorba #A3938A

Color information

#A3938A (or 0xA3938A) is unknown color: approx Zorba. HEX triplet: A3, 93 and 8A. RGB value is (163,147,138). Sum of RGB (Red+Green+Blue) = 163+147+138=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A3938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3938A is #5C6C75. Grayscale: #969696. Windows color (decimal): -6057078 or 9081763. OLE color: 9081763.

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

Color convert

RGB163147138-
CMYK00.100.150.36
HSL21.6º11.96%59.02%-
HSV(B)21.6º15.34%63.92%-
XYZ30.1330.4928.34-
YUV150.76120.8136.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=36.38%
G=32.81%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314713800.100.150.3621.611.9659.02
HexA3938A0AF2416c3b
Octal2432232120121744261473
Binary101000111001001110001010010101111100100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3938A; }

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

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

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

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

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

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

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

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