#A89487

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

Shades of Zorba #A89487

Tints of Zorba #A89487

Color information

#A89487 (or 0xA89487) is unknown color: approx Zorba. HEX triplet: A8, 94 and 87. RGB value is (168,148,135). Sum of RGB (Red+Green+Blue) = 168+148+135=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A89487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89487 is #576B78. Grayscale: #989898. Windows color (decimal): -5729145 or 8885416. OLE color: 8885416.

HSL color Cylindrical-coordinate representation of color #A89487: hue angle of 23.64º 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 #A89487 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168148135-
CMYK00.120.200.34
HSL23.64º15.94%59.41%-
HSV(B)23.64º19.64%65.88%-
XYZ31.1131.2527.31-
YUV152.5118.13139.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=37.25%
G=32.82%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814813500.120.200.3423.6415.9459.41
HexA894870C142218103b
Octal2502242070142442302073
Binary10101000100101001000011101100101001000101100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89487; }

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

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

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

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

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

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

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

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