#A0968A

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

Shades of Zorba #A0968A

Tints of Zorba #A0968A

Color information

#A0968A (or 0xA0968A) is unknown color: approx Zorba. HEX triplet: A0, 96 and 8A. RGB value is (160,150,138). Sum of RGB (Red+Green+Blue) = 160+150+138=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0968A is #5F6975. Grayscale: #979797. Windows color (decimal): -6252918 or 9082528. OLE color: 9082528.

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

Color convert

RGB160150138-
CMYK00.060.140.37
HSL32.73º10.38%58.43%-
HSV(B)32.73º13.75%62.75%-
XYZ29.9931.1228.47-
YUV151.62120.31133.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=35.71%
G=33.48%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015013800.060.140.3732.7310.3858.43
HexA0968A06E2521a3a
Octal240226212061645411272
Binary101000001001011010001010011011101001011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0968A; }

 p { color: rgb(160,150,138); }

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

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

 a { background-color: rgb(160,150,138); }

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

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

 span { border-color: rgb(160,150,138); }

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