#A69A93

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

Shades of Zorba #A69A93

Tints of Zorba #A69A93

Color information

#A69A93 (or 0xA69A93) is unknown color: approx Zorba. HEX triplet: A6, 9A and 93. RGB value is (166,154,147). Sum of RGB (Red+Green+Blue) = 166+154+147=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A93 is #59656C. Grayscale: #9C9C9C. Windows color (decimal): -5858669 or 9673382. OLE color: 9673382.

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

Color convert

RGB166154147-
CMYK00.070.110.35
HSL22.11º9.64%61.37%-
HSV(B)22.11º11.45%65.1%-
XYZ32.5533.3232.32-
YUV156.79122.48134.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=35.55%
G=32.98%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615414700.070.110.3522.119.6461.37
HexA69A9307B2316a3d
Octal246232223071343261275
Binary10100110100110101001001101111011100011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A93; }

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

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

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

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

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

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

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

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