#A69284

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

Shades of Zorba #A69284

Tints of Zorba #A69284

Color information

#A69284 (or 0xA69284) is unknown color: approx Zorba. HEX triplet: A6, 92 and 84. RGB value is (166,146,132). Sum of RGB (Red+Green+Blue) = 166+146+132=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69284 is #596D7B. Grayscale: #969696. Windows color (decimal): -5860732 or 8688294. OLE color: 8688294.

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

Color convert

RGB166146132-
CMYK00.120.200.35
HSL24.71º16.04%58.43%-
HSV(B)24.71º20.48%65.1%-
XYZ30.1730.3326.09-
YUV150.38117.63139.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=37.39%
G=32.88%
B=29.73%

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
Decimal16614613200.120.200.3524.7116.0458.43
HexA692840C142319103a
Octal2462222040142443312072
Binary10100110100100101000010001100101001000111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69284; }

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

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

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

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

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

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

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

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