#A5968D

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

Shades of Zorba #A5968D

Tints of Zorba #A5968D

Color information

#A5968D (or 0xA5968D) is unknown color: approx Zorba. HEX triplet: A5, 96 and 8D. RGB value is (165,150,141). Sum of RGB (Red+Green+Blue) = 165+150+141=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5968D is #5A6972. Grayscale: #999999. Windows color (decimal): -5925235 or 9279141. OLE color: 9279141.

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

Color convert

RGB165150141-
CMYK00.090.150.35
HSL22.5º11.76%60%-
HSV(B)22.5º14.55%64.71%-
XYZ31.2331.7429.68-
YUV153.46120.97136.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=36.18%
G=32.89%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515014100.090.150.3522.511.7660
HexA5968D09F2317c3c
Octal2452262150111743271474
Binary101001011001011010001101010011111100011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5968D; }

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

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

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

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

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

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

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

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