#A29288

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

Shades of Zorba #A29288

Tints of Zorba #A29288

Color information

#A29288 (or 0xA29288) is unknown color: approx Zorba. HEX triplet: A2, 92 and 88. RGB value is (162,146,136). Sum of RGB (Red+Green+Blue) = 162+146+136=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A29288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29288 is #5D6D77. Grayscale: #959595. Windows color (decimal): -6122872 or 8950434. OLE color: 8950434.

HSL color Cylindrical-coordinate representation of color #A29288: hue angle of 23.08º 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 #A29288 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162146136-
CMYK00.100.160.36
HSL23.08º12.26%58.43%-
HSV(B)23.08º16.05%63.53%-
XYZ29.6230.0227.53-
YUV149.64120.3136.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=36.49%
G=32.88%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214613600.100.160.3623.0812.2658.43
HexA292880A102417c3a
Octal2422222100122044271472
Binary1010001010010010100010000101010000100100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29288; }

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

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

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

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

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

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

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

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