#A29387

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

Shades of Zorba #A29387

Tints of Zorba #A29387

Color information

#A29387 (or 0xA29387) is unknown color: approx Zorba. HEX triplet: A2, 93 and 87. RGB value is (162,147,135). Sum of RGB (Red+Green+Blue) = 162+147+135=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A29387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29387 is #5D6C78. Grayscale: #969696. Windows color (decimal): -6122617 or 8885154. OLE color: 8885154.

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

Color convert

RGB162147135-
CMYK00.090.170.36
HSL26.67º12.68%58.24%-
HSV(B)26.67º16.67%63.53%-
XYZ29.7130.327.2-
YUV150.12119.47136.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=36.49%
G=33.11%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214713500.090.170.3626.6712.6858.24
HexA293870911241bd3a
Octal2422232070112144331572
Binary1010001010010011100001110100110001100100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29387; }

 p { color: rgb(162,147,135); }

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

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

 a { background-color: rgb(162,147,135); }

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

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

 span { border-color: rgb(162,147,135); }

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