#A4988B

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

Shades of Zorba #A4988B

Tints of Zorba #A4988B

Color information

#A4988B (or 0xA4988B) is unknown color: approx Zorba. HEX triplet: A4, 98 and 8B. RGB value is (164,152,139). Sum of RGB (Red+Green+Blue) = 164+152+139=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4988B is #5B6774. Grayscale: #9A9A9A. Windows color (decimal): -5990261 or 9148580. OLE color: 9148580.

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

Color convert

RGB164152139-
CMYK00.070.150.36
HSL31.2º12.08%59.41%-
HSV(B)31.2º15.24%64.31%-
XYZ31.232.2129-
YUV154.11119.48135.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=36.04%
G=33.41%
B=30.55%

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
Decimal16415213900.070.150.3631.212.0859.41
HexA4988B07F241fc3b
Octal244230213071744371473
Binary10100100100110001000101101111111100100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4988B; }

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

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

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

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

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

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

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

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