#A69584

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

Shades of Zorba #A69584

Tints of Zorba #A69584

Color information

#A69584 (or 0xA69584) is unknown color: approx Zorba. HEX triplet: A6, 95 and 84. RGB value is (166,149,132). Sum of RGB (Red+Green+Blue) = 166+149+132=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69584 is #596A7B. Grayscale: #989898. Windows color (decimal): -5859964 or 8689062. OLE color: 8689062.

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

Color convert

RGB166149132-
CMYK00.100.200.35
HSL30º16.04%58.43%-
HSV(B)30º20.48%65.1%-
XYZ30.6431.2726.25-
YUV152.14116.63137.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=37.14%
G=33.33%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614913200.100.200.353016.0458.43
HexA695840A14231e103a
Octal2462252040122443362072
Binary10100110100101011000010001010101001000111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69584; }

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

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

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

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

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

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

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

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