#A69183

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

Shades of Zorba #A69183

Tints of Zorba #A69183

Color information

#A69183 (or 0xA69183) is unknown color: approx Zorba. HEX triplet: A6, 91 and 83. RGB value is (166,145,131). Sum of RGB (Red+Green+Blue) = 166+145+131=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A69183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69183 is #596E7C. Grayscale: #959595. Windows color (decimal): -5860989 or 8622502. OLE color: 8622502.

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

Color convert

RGB166145131-
CMYK00.130.210.35
HSL24º16.43%58.24%-
HSV(B)24º21.08%65.1%-
XYZ29.953025.68-
YUV149.68117.46139.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=37.56%
G=32.81%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614513100.130.210.352416.4358.24
HexA691830D152318103a
Octal2462212030152543302072
Binary10100110100100011000001101101101011000111100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69183; }

 p { color: rgb(166,145,131); }

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

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

 a { background-color: rgb(166,145,131); }

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

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

 span { border-color: rgb(166,145,131); }

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