#A69A91

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

Shades of Zorba #A69A91

Tints of Zorba #A69A91

Color information

#A69A91 (or 0xA69A91) is unknown color: approx Zorba. HEX triplet: A6, 9A and 91. RGB value is (166,154,145). Sum of RGB (Red+Green+Blue) = 166+154+145=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A91 is #59656E. Grayscale: #9C9C9C. Windows color (decimal): -5858671 or 9542310. OLE color: 9542310.

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

Color convert

RGB166154145-
CMYK00.070.130.35
HSL25.71º10.55%60.98%-
HSV(B)25.71º12.65%65.1%-
XYZ32.3933.2631.5-
YUV156.56121.48134.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=35.70%
G=33.12%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615414500.070.130.3525.7110.5560.98
HexA69A9107D231ab3d
Octal246232221071543321375
Binary10100110100110101001000101111101100011110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A91; }

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

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

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

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

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

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

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

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