#A69789

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

Shades of Zorba #A69789

Tints of Zorba #A69789

Color information

#A69789 (or 0xA69789) is unknown color: approx Zorba. HEX triplet: A6, 97 and 89. RGB value is (166,151,137). Sum of RGB (Red+Green+Blue) = 166+151+137=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A69789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69789 is #596876. Grayscale: #999999. Windows color (decimal): -5859447 or 9017254. OLE color: 9017254.

HSL color Cylindrical-coordinate representation of color #A69789: hue angle of 28.97º 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 #A69789 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166151137-
CMYK00.090.170.35
HSL28.97º14.01%59.41%-
HSV(B)28.97º17.47%65.1%-
XYZ31.3132.0528.2-
YUV153.89118.47136.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=36.56%
G=33.26%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615113700.090.170.3528.9714.0159.41
HexA697890911231de3b
Octal2462272110112143351673
Binary1010011010010111100010010100110001100011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69789; }

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

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

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

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

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

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

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

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