#A29689

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

Shades of Zorba #A29689

Tints of Zorba #A29689

Color information

#A29689 (or 0xA29689) is unknown color: approx Zorba. HEX triplet: A2, 96 and 89. RGB value is (162,150,137). Sum of RGB (Red+Green+Blue) = 162+150+137=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A29689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29689 is #5D6976. Grayscale: #989898. Windows color (decimal): -6121847 or 9016994. OLE color: 9016994.

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

Color convert

RGB162150137-
CMYK00.070.150.36
HSL31.2º11.85%58.63%-
HSV(B)31.2º15.43%63.53%-
XYZ30.3231.328.11-
YUV152.11119.48135.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=36.08%
G=33.41%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215013700.070.150.3631.211.8558.63
HexA2968907F241fc3b
Octal242226211071744371473
Binary10100010100101101000100101111111100100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29689; }

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

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

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

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

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

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

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

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