#A89B8D

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

Shades of Zorba #A89B8D

Tints of Zorba #A89B8D

Color information

#A89B8D (or 0xA89B8D) is unknown color: approx Zorba. HEX triplet: A8, 9B and 8D. RGB value is (168,155,141). Sum of RGB (Red+Green+Blue) = 168+155+141=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89B8D is #576472. Grayscale: #9D9D9D. Windows color (decimal): -5727347 or 9280424. OLE color: 9280424.

HSL color Cylindrical-coordinate representation of color #A89B8D: hue angle of 31.11º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89B8D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB168155141-
CMYK00.080.160.34
HSL31.11º13.43%60.59%-
HSV(B)31.11º16.07%65.88%-
XYZ32.6833.6929.98-
YUV157.29118.81135.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=36.21%
G=33.41%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815514100.080.160.3431.1113.4360.59
HexA89B8D0810221fd3d
Octal2502332150102042371575
Binary1010100010011011100011010100010000100010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B8D; }

 p { color: rgb(168,155,141); }

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

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

 a { background-color: rgb(168,155,141); }

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

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

 span { border-color: rgb(168,155,141); }

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