#A39183

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

Shades of Zorba #A39183

Tints of Zorba #A39183

Color information

#A39183 (or 0xA39183) is unknown color: approx Zorba. HEX triplet: A3, 91 and 83. RGB value is (163,145,131). Sum of RGB (Red+Green+Blue) = 163+145+131=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A39183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39183 is #5C6E7C. Grayscale: #949494. Windows color (decimal): -6057597 or 8622499. OLE color: 8622499.

HSL color Cylindrical-coordinate representation of color #A39183: hue angle of 26.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39183 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163145131-
CMYK00.110.200.36
HSL26.25º14.81%57.65%-
HSV(B)26.25º19.63%63.92%-
XYZ29.3329.6825.66-
YUV148.79117.96138.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=37.13%
G=33.03%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314513100.110.200.3626.2514.8157.65
HexA391830B14241af3a
Octal2432212030132444321772
Binary1010001110010001100000110101110100100100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39183; }

 p { color: rgb(163,145,131); }

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

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

 a { background-color: rgb(163,145,131); }

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

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

 span { border-color: rgb(163,145,131); }

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