#A69C90

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

Shades of Zorba #A69C90

Tints of Zorba #A69C90

Color information

#A69C90 (or 0xA69C90) is unknown color: approx Zorba. HEX triplet: A6, 9C and 90. RGB value is (166,156,144). Sum of RGB (Red+Green+Blue) = 166+156+144=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C90 is #59636F. Grayscale: #9D9D9D. Windows color (decimal): -5858160 or 9477286. OLE color: 9477286.

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

Color convert

RGB166156144-
CMYK00.060.130.35
HSL32.73º11%60.78%-
HSV(B)32.73º13.25%65.1%-
XYZ32.6533.931.21-
YUV157.62120.31133.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=35.62%
G=33.48%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615614400.060.130.3532.731160.78
HexA69C9006D2321b3d
Octal246234220061543411375
Binary101001101001110010010000011011011000111000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C90; }

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

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

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

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

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

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

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

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