#A58F83

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

Shades of Zorba #A58F83

Tints of Zorba #A58F83

Color information

#A58F83 (or 0xA58F83) is unknown color: approx Zorba. HEX triplet: A5, 8F and 83. RGB value is (165,143,131). Sum of RGB (Red+Green+Blue) = 165+143+131=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58F83 is #5A707C. Grayscale: #949494. Windows color (decimal): -5927037 or 8621989. OLE color: 8621989.

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

Color convert

RGB165143131-
CMYK00.130.210.35
HSL21.18º15.89%58.04%-
HSV(B)21.18º20.61%64.71%-
XYZ29.4429.2825.57-
YUV148.21118.29139.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=37.59%
G=32.57%
B=29.84%

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
Decimal16514313100.130.210.3521.1815.8958.04
HexA58F830D152315103a
Octal2452172030152543252072
Binary10100101100011111000001101101101011000111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F83; }

 p { color: rgb(165,143,131); }

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

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

 a { background-color: rgb(165,143,131); }

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

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

 span { border-color: rgb(165,143,131); }

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