#A69389

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

Shades of Zorba #A69389

Tints of Zorba #A69389

Color information

#A69389 (or 0xA69389) is unknown color: approx Zorba. HEX triplet: A6, 93 and 89. RGB value is (166,147,137). Sum of RGB (Red+Green+Blue) = 166+147+137=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69389 is #596C76. Grayscale: #979797. Windows color (decimal): -5860471 or 9016230. OLE color: 9016230.

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

Color convert

RGB166147137-
CMYK00.110.170.35
HSL20.69º14.01%59.41%-
HSV(B)20.69º17.47%65.1%-
XYZ30.6730.7827.99-
YUV151.54119.79138.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=36.89%
G=32.67%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614713700.110.170.3520.6914.0159.41
HexA693890B112315e3b
Octal2462232110132143251673
Binary1010011010010011100010010101110001100011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69389; }

 p { color: rgb(166,147,137); }

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

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

 a { background-color: rgb(166,147,137); }

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

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

 span { border-color: rgb(166,147,137); }

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