#A69588

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

Shades of Zorba #A69588

Tints of Zorba #A69588

Color information

#A69588 (or 0xA69588) is unknown color: approx Zorba. HEX triplet: A6, 95 and 88. RGB value is (166,149,136). Sum of RGB (Red+Green+Blue) = 166+149+136=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A69588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69588 is #596A77. Grayscale: #989898. Windows color (decimal): -5859960 or 8951206. OLE color: 8951206.

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

Color convert

RGB166149136-
CMYK00.100.180.35
HSL26º14.42%59.22%-
HSV(B)26º18.07%65.1%-
XYZ30.9231.3827.72-
YUV152.6118.63137.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=36.81%
G=33.04%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614913600.100.180.352614.4259.22
HexA695880A12231ae3b
Octal2462252100122243321673
Binary1010011010010101100010000101010010100011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69588; }

 p { color: rgb(166,149,136); }

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

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

 a { background-color: rgb(166,149,136); }

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

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

 span { border-color: rgb(166,149,136); }

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