#A69285

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

Shades of Zorba #A69285

Tints of Zorba #A69285

Color information

#A69285 (or 0xA69285) is unknown color: approx Zorba. HEX triplet: A6, 92 and 85. RGB value is (166,146,133). Sum of RGB (Red+Green+Blue) = 166+146+133=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A69285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69285 is #596D7A. Grayscale: #969696. Windows color (decimal): -5860731 or 8753830. OLE color: 8753830.

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

Color convert

RGB166146133-
CMYK00.120.200.35
HSL23.64º15.64%58.63%-
HSV(B)23.64º19.88%65.1%-
XYZ30.2430.3626.46-
YUV150.5118.13139.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=37.30%
G=32.81%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614613300.120.200.3523.6415.6458.63
HexA692850C142318103b
Octal2462222050142443302073
Binary10100110100100101000010101100101001000111100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69285; }

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

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

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

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

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

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

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

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