#A69991

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

Shades of Zorba #A69991

Tints of Zorba #A69991

Color information

#A69991 (or 0xA69991) is unknown color: approx Zorba. HEX triplet: A6, 99 and 91. RGB value is (166,153,145). Sum of RGB (Red+Green+Blue) = 166+153+145=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69991 is #59666E. Grayscale: #9C9C9C. Windows color (decimal): -5858927 or 9542054. OLE color: 9542054.

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

Color convert

RGB166153145-
CMYK00.080.130.35
HSL22.86º10.55%60.98%-
HSV(B)22.86º12.65%65.1%-
XYZ32.2332.9331.45-
YUV155.98121.81135.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=35.78%
G=32.97%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615314500.080.130.3522.8610.5560.98
HexA6999108D2317b3d
Octal2462312210101543271375
Binary101001101001100110010001010001101100011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69991; }

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

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

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

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

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

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

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

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