#A09793

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

Shades of Zorba #A09793

Tints of Zorba #A09793

Color information

#A09793 (or 0xA09793) is unknown color: approx Zorba. HEX triplet: A0, 97 and 93. RGB value is (160,151,147). Sum of RGB (Red+Green+Blue) = 160+151+147=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 160 - color contains mainly: red. Hex color #A09793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09793 is #5F686C. Grayscale: #999999. Windows color (decimal): -6252653 or 9672608. OLE color: 9672608.

HSL color Cylindrical-coordinate representation of color #A09793: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09793 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB160151147-
CMYK00.060.080.37
HSL18.46º6.4%60.2%-
HSV(B)18.46º8.12%62.75%-
XYZ30.8331.7132.1-
YUV153.24124.48132.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=34.93%
G=32.97%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015114700.060.080.3718.466.460.2
HexA09793068251263c
Octal24022722306104522674
Binary1010000010010111100100110110100010010110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09793; }

 p { color: rgb(160,151,147); }

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

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

 a { background-color: rgb(160,151,147); }

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

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

 span { border-color: rgb(160,151,147); }

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