#A29388

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

Shades of Zorba #A29388

Tints of Zorba #A29388

Color information

#A29388 (or 0xA29388) is unknown color: approx Zorba. HEX triplet: A2, 93 and 88. RGB value is (162,147,136). Sum of RGB (Red+Green+Blue) = 162+147+136=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29388 is #5D6C77. Grayscale: #969696. Windows color (decimal): -6122616 or 8950690. OLE color: 8950690.

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

Color convert

RGB162147136-
CMYK00.090.160.36
HSL25.38º12.26%58.43%-
HSV(B)25.38º16.05%63.53%-
XYZ29.7830.3327.58-
YUV150.23119.97136.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=36.40%
G=33.03%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214713600.090.160.3625.3812.2658.43
HexA2938809102419c3a
Octal2422232100112044311472
Binary1010001010010011100010000100110000100100110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29388; }

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

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

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

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

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

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

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

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