#A29284

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

Shades of Zorba #A29284

Tints of Zorba #A29284

Color information

#A29284 (or 0xA29284) is unknown color: approx Zorba. HEX triplet: A2, 92 and 84. RGB value is (162,146,132). Sum of RGB (Red+Green+Blue) = 162+146+132=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A29284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29284 is #5D6D7B. Grayscale: #959595. Windows color (decimal): -6122876 or 8688290. OLE color: 8688290.

HSL color Cylindrical-coordinate representation of color #A29284: hue angle of 28º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29284 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162146132-
CMYK00.100.190.36
HSL28º13.89%57.65%-
HSV(B)28º18.52%63.53%-
XYZ29.3429.9126.06-
YUV149.19118.3137.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 132 (51.95% from 255) = 30%
R=36.82%
G=33.18%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214613200.100.190.362813.8957.65
HexA292840A13241ce3a
Octal2422222040122344341672
Binary1010001010010010100001000101010011100100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29284; }

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

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

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

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

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

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

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

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