#A29088

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

Shades of Zorba #A29088

Tints of Zorba #A29088

Color information

#A29088 (or 0xA29088) is unknown color: approx Zorba. HEX triplet: A2, 90 and 88. RGB value is (162,144,136). Sum of RGB (Red+Green+Blue) = 162+144+136=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29088 is #5D6F77. Grayscale: #949494. Windows color (decimal): -6123384 or 8949922. OLE color: 8949922.

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

Color convert

RGB162144136-
CMYK00.110.160.36
HSL18.46º12.26%58.43%-
HSV(B)18.46º16.05%63.53%-
XYZ29.3229.4127.42-
YUV148.47120.96137.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=36.65%
G=32.58%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214413600.110.160.3618.4612.2658.43
HexA290880B102412c3a
Octal2422202100132044221472
Binary1010001010010000100010000101110000100100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29088; }

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

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

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

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

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

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

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

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