#A69384

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

Shades of Zorba #A69384

Tints of Zorba #A69384

Color information

#A69384 (or 0xA69384) is unknown color: approx Zorba. HEX triplet: A6, 93 and 84. RGB value is (166,147,132). Sum of RGB (Red+Green+Blue) = 166+147+132=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A69384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69384 is #596C7B. Grayscale: #979797. Windows color (decimal): -5860476 or 8688550. OLE color: 8688550.

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

Color convert

RGB166147132-
CMYK00.110.200.35
HSL26.47º16.04%58.43%-
HSV(B)26.47º20.48%65.1%-
XYZ30.3230.6426.15-
YUV150.97117.29138.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=37.30%
G=33.03%
B=29.66%

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
Decimal16614713200.110.200.3526.4716.0458.43
HexA693840B14231a103a
Octal2462232040132443322072
Binary10100110100100111000010001011101001000111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69384; }

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

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

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

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

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

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

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

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