#A69D96

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

Shades of Zorba #A69D96

Tints of Zorba #A69D96

Color information

#A69D96 (or 0xA69D96) is unknown color: approx Zorba. HEX triplet: A6, 9D and 96. RGB value is (166,157,150). Sum of RGB (Red+Green+Blue) = 166+157+150=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D96 is #596269. Grayscale: #9E9E9E. Windows color (decimal): -5857898 or 9870758. OLE color: 9870758.

HSL color Cylindrical-coordinate representation of color #A69D96: hue angle of 26.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69D96 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166157150-
CMYK00.050.100.35
HSL26.25º8.25%61.96%-
HSV(B)26.25º9.64%65.1%-
XYZ33.2934.4233.74-
YUV158.89122.98133.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=35.10%
G=33.19%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615715000.050.100.3526.258.2561.96
HexA69D9605A231a83e
Octal246235226051243321076
Binary10100110100111011001011001011010100011110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D96; }

 p { color: rgb(166,157,150); }

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

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

 a { background-color: rgb(166,157,150); }

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

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

 span { border-color: rgb(166,157,150); }

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