#A7988A

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

Shades of Zorba #A7988A

Tints of Zorba #A7988A

Color information

#A7988A (or 0xA7988A) is unknown color: approx Zorba. HEX triplet: A7, 98 and 8A. RGB value is (167,152,138). Sum of RGB (Red+Green+Blue) = 167+152+138=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 167 - color contains mainly: red. Hex color #A7988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7988A is #586775. Grayscale: #9A9A9A. Windows color (decimal): -5793654 or 9083047. OLE color: 9083047.

HSL color Cylindrical-coordinate representation of color #A7988A: hue angle of 28.97º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7988A is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167152138-
CMYK00.090.170.35
HSL28.97º14.15%59.8%-
HSV(B)28.97º17.37%65.49%-
XYZ31.7532.5128.65-
YUV154.89118.47136.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=36.54%
G=33.26%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715213800.090.170.3528.9714.1559.8
HexA7988A0911231de3c
Octal2472302120112143351674
Binary1010011110011000100010100100110001100011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7988A; }

 p { color: rgb(167,152,138); }

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

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

 a { background-color: rgb(167,152,138); }

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

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

 span { border-color: rgb(167,152,138); }

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