#A69787

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

Shades of Zorba #A69787

Tints of Zorba #A69787

Color information

#A69787 (or 0xA69787) is unknown color: approx Zorba. HEX triplet: A6, 97 and 87. RGB value is (166,151,135). Sum of RGB (Red+Green+Blue) = 166+151+135=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A69787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69787 is #596878. Grayscale: #999999. Windows color (decimal): -5859449 or 8886182. OLE color: 8886182.

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

Color convert

RGB166151135-
CMYK00.090.190.35
HSL30.97º14.83%59.02%-
HSV(B)30.97º18.67%65.1%-
XYZ31.1731.9927.45-
YUV153.66117.47136.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=36.73%
G=33.41%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615113500.090.190.3530.9714.8359.02
HexA697870913231ff3b
Octal2462272070112343371773
Binary1010011010010111100001110100110011100011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69787; }

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

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

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

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

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

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

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

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