#A89484

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

Shades of Zorba #A89484

Tints of Zorba #A89484

Color information

#A89484 (or 0xA89484) is unknown color: approx Zorba. HEX triplet: A8, 94 and 84. RGB value is (168,148,132). Sum of RGB (Red+Green+Blue) = 168+148+132=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89484 is #576B7B. Grayscale: #989898. Windows color (decimal): -5729148 or 8688808. OLE color: 8688808.

HSL color Cylindrical-coordinate representation of color #A89484: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89484 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168148132-
CMYK00.120.210.34
HSL26.67º17.14%58.82%-
HSV(B)26.67º21.43%65.88%-
XYZ30.931.1726.22-
YUV152.16116.63139.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=37.5%
G=33.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814813200.120.210.3426.6717.1458.82
HexA894840C15221b113b
Octal2502242040142542332173
Binary10101000100101001000010001100101011000101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89484; }

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

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

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

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

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

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

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

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