#A29282

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

Shades of Zorba #A29282

Tints of Zorba #A29282

Color information

#A29282 (or 0xA29282) is unknown color: approx Zorba. HEX triplet: A2, 92 and 82. RGB value is (162,146,130). Sum of RGB (Red+Green+Blue) = 162+146+130=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A29282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29282 is #5D6D7D. Grayscale: #959595. Windows color (decimal): -6122878 or 8557218. OLE color: 8557218.

HSL color Cylindrical-coordinate representation of color #A29282: hue angle of 30º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A29282 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162146130-
CMYK00.100.200.36
HSL30º14.68%57.25%-
HSV(B)30º19.75%63.53%-
XYZ29.2129.8525.34-
YUV148.96117.3137.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=36.99%
G=33.33%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214613000.100.200.363014.6857.25
HexA292820A14241ef39
Octal2422222020122444361771
Binary1010001010010010100000100101010100100100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29282; }

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

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

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

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

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

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

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

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