#A2928A

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

Shades of Zorba #A2928A

Tints of Zorba #A2928A

Color information

#A2928A (or 0xA2928A) is unknown color: approx Zorba. HEX triplet: A2, 92 and 8A. RGB value is (162,146,138). Sum of RGB (Red+Green+Blue) = 162+146+138=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A2928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2928A is #5D6D75. Grayscale: #959595. Windows color (decimal): -6122870 or 9081506. OLE color: 9081506.

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

Color convert

RGB162146138-
CMYK00.100.150.36
HSL20º11.43%58.82%-
HSV(B)20º14.81%63.53%-
XYZ29.7730.0728.28-
YUV149.87121.3136.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=36.32%
G=32.74%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214613800.100.150.362011.4358.82
HexA2928A0AF2414b3b
Octal2422222120121744241373
Binary101000101001001010001010010101111100100101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2928A; }

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

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

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

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

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

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

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

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