#A89687

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

Shades of Zorba #A89687

Tints of Zorba #A89687

Color information

#A89687 (or 0xA89687) is unknown color: approx Zorba. HEX triplet: A8, 96 and 87. RGB value is (168,150,135). Sum of RGB (Red+Green+Blue) = 168+150+135=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A89687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89687 is #576978. Grayscale: #999999. Windows color (decimal): -5728633 or 8885928. OLE color: 8885928.

HSL color Cylindrical-coordinate representation of color #A89687: hue angle of 27.27º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89687 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168150135-
CMYK00.110.200.34
HSL27.27º15.94%59.41%-
HSV(B)27.27º19.64%65.88%-
XYZ31.4331.8927.42-
YUV153.67117.46138.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=37.09%
G=33.11%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815013500.110.200.3427.2715.9459.41
HexA896870B14221b103b
Octal2502262070132442332073
Binary10101000100101101000011101011101001000101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89687; }

 p { color: rgb(168,150,135); }

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

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

 a { background-color: rgb(168,150,135); }

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

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

 span { border-color: rgb(168,150,135); }

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