#A69485

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

Shades of Zorba #A69485

Tints of Zorba #A69485

Color information

#A69485 (or 0xA69485) is unknown color: approx Zorba. HEX triplet: A6, 94 and 85. RGB value is (166,148,133). Sum of RGB (Red+Green+Blue) = 166+148+133=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69485 is #596B7A. Grayscale: #979797. Windows color (decimal): -5860219 or 8754342. OLE color: 8754342.

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

Color convert

RGB166148133-
CMYK00.110.200.35
HSL27.27º15.64%58.63%-
HSV(B)27.27º19.88%65.1%-
XYZ30.5530.9826.56-
YUV151.67117.46138.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=37.14%
G=33.11%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614813300.110.200.3527.2715.6458.63
HexA694850B14231b103b
Octal2462242050132443332073
Binary10100110100101001000010101011101001000111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69485; }

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

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

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

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

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

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

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

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