#A5968A

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

Shades of Zorba #A5968A

Tints of Zorba #A5968A

Color information

#A5968A (or 0xA5968A) is unknown color: approx Zorba. HEX triplet: A5, 96 and 8A. RGB value is (165,150,138). Sum of RGB (Red+Green+Blue) = 165+150+138=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A5968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5968A is #5A6975. Grayscale: #999999. Windows color (decimal): -5925238 or 9082533. OLE color: 9082533.

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

Color convert

RGB165150138-
CMYK00.090.160.35
HSL26.67º13.04%59.41%-
HSV(B)26.67º16.36%64.71%-
XYZ31.0131.6528.52-
YUV153.12119.47136.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=36.42%
G=33.11%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515013800.090.160.3526.6713.0459.41
HexA5968A0910231bd3b
Octal2452262120112043331573
Binary1010010110010110100010100100110000100011110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5968A; }

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

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

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

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

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

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

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

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