#A29892

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

Shades of Zorba #A29892

Tints of Zorba #A29892

Color information

#A29892 (or 0xA29892) is unknown color: approx Zorba. HEX triplet: A2, 98 and 92. RGB value is (162,152,146). Sum of RGB (Red+Green+Blue) = 162+152+146=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29892 is #5D676D. Grayscale: #9A9A9A. Windows color (decimal): -6121326 or 9607330. OLE color: 9607330.

HSL color Cylindrical-coordinate representation of color #A29892: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29892 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB162152146-
CMYK00.060.100.36
HSL22.5º7.92%60.39%-
HSV(B)22.5º9.88%63.53%-
XYZ31.3232.2131.76-
YUV154.31123.31133.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=35.22%
G=33.04%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215214600.060.100.3622.57.9260.39
HexA2989206A241783c
Octal242230222061244271074
Binary10100010100110001001001001101010100100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29892; }

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

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

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

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

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

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

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

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