#A69085

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

Shades of Zorba #A69085

Tints of Zorba #A69085

Color information

#A69085 (or 0xA69085) is unknown color: approx Zorba. HEX triplet: A6, 90 and 85. RGB value is (166,144,133). Sum of RGB (Red+Green+Blue) = 166+144+133=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69085 is #596F7A. Grayscale: #959595. Windows color (decimal): -5861243 or 8753318. OLE color: 8753318.

HSL color Cylindrical-coordinate representation of color #A69085: hue angle of 20º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69085 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166144133-
CMYK00.130.200.35
HSL20º15.64%58.63%-
HSV(B)20º19.88%65.1%-
XYZ29.9329.7526.35-
YUV149.32118.79139.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=37.47%
G=32.51%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614413300.130.200.352015.6458.63
HexA690850D142314103b
Octal2462202050152443242073
Binary10100110100100001000010101101101001000111010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69085; }

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

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

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

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

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

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

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

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