#A69C93

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

Shades of Zorba #A69C93

Tints of Zorba #A69C93

Color information

#A69C93 (or 0xA69C93) is unknown color: approx Zorba. HEX triplet: A6, 9C and 93. RGB value is (166,156,147). Sum of RGB (Red+Green+Blue) = 166+156+147=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C93 is #59636C. Grayscale: #9E9E9E. Windows color (decimal): -5858157 or 9673894. OLE color: 9673894.

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

Color convert

RGB166156147-
CMYK00.060.110.35
HSL28.42º9.64%61.37%-
HSV(B)28.42º11.45%65.1%-
XYZ32.8833.9932.43-
YUV157.96121.81133.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=35.39%
G=33.26%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615614700.060.110.3528.429.6461.37
HexA69C9306B231ca3d
Octal246234223061343341275
Binary10100110100111001001001101101011100011111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C93; }

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

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

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

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

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

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

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

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