#A59182

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

Shades of Zorba #A59182

Tints of Zorba #A59182

Color information

#A59182 (or 0xA59182) is unknown color: approx Zorba. HEX triplet: A5, 91 and 82. RGB value is (165,145,130). Sum of RGB (Red+Green+Blue) = 165+145+130=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A59182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59182 is #5A6E7D. Grayscale: #959595. Windows color (decimal): -5926526 or 8556965. OLE color: 8556965.

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

Color convert

RGB165145130-
CMYK00.120.210.35
HSL25.71º16.28%57.84%-
HSV(B)25.71º21.21%64.71%-
XYZ29.6729.8625.32-
YUV149.27117.13139.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=37.5%
G=32.95%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514513000.120.210.3525.7116.2857.84
HexA591820C15231a103a
Octal2452212020142543322072
Binary10100101100100011000001001100101011000111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59182; }

 p { color: rgb(165,145,130); }

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

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

 a { background-color: rgb(165,145,130); }

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

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

 span { border-color: rgb(165,145,130); }

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