#A4928A

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

Shades of Zorba #A4928A

Tints of Zorba #A4928A

Color information

#A4928A (or 0xA4928A) is unknown color: approx Zorba. HEX triplet: A4, 92 and 8A. RGB value is (164,146,138). Sum of RGB (Red+Green+Blue) = 164+146+138=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4928A is #5B6D75. Grayscale: #969696. Windows color (decimal): -5991798 or 9081508. OLE color: 9081508.

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

Color convert

RGB164146138-
CMYK00.110.160.36
HSL18.46º12.5%59.22%-
HSV(B)18.46º15.85%64.31%-
XYZ30.1830.2928.3-
YUV150.47120.96137.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=36.61%
G=32.59%
B=30.80%

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
Decimal16414613800.110.160.3618.4612.559.22
HexA4928A0B102412d3b
Octal2442222120132044221573
Binary1010010010010010100010100101110000100100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4928A; }

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

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

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

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

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

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

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

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