#A2968D

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

Shades of Zorba #A2968D

Tints of Zorba #A2968D

Color information

#A2968D (or 0xA2968D) is unknown color: approx Zorba. HEX triplet: A2, 96 and 8D. RGB value is (162,150,141). Sum of RGB (Red+Green+Blue) = 162+150+141=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2968D is #5D6972. Grayscale: #989898. Windows color (decimal): -6121843 or 9279138. OLE color: 9279138.

HSL color Cylindrical-coordinate representation of color #A2968D: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2968D is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162150141-
CMYK00.070.130.36
HSL25.71º10.14%59.41%-
HSV(B)25.71º12.96%63.53%-
XYZ30.6131.4229.65-
YUV152.56121.48134.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=35.76%
G=33.11%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215014100.070.130.3625.7110.1459.41
HexA2968D07D241aa3b
Octal242226215071544321273
Binary10100010100101101000110101111101100100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2968D; }

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

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

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

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

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

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

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

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