#A3988B

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

Shades of Zorba #A3988B

Tints of Zorba #A3988B

Color information

#A3988B (or 0xA3988B) is unknown color: approx Zorba. HEX triplet: A3, 98 and 8B. RGB value is (163,152,139). Sum of RGB (Red+Green+Blue) = 163+152+139=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A3988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3988B is #5C6774. Grayscale: #999999. Windows color (decimal): -6055797 or 9148579. OLE color: 9148579.

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

Color convert

RGB163152139-
CMYK00.070.150.36
HSL32.5º11.54%59.22%-
HSV(B)32.5º14.72%63.92%-
XYZ30.9932.1128.99-
YUV153.81119.64134.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=35.90%
G=33.48%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315213900.070.150.3632.511.5459.22
HexA3988B07F2421c3b
Octal243230213071744411473
Binary101000111001100010001011011111111001001000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3988B; }

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

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

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

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

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

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

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

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