#E2A172

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

Shades of Tumbleweed #E2A172

Tints of Tumbleweed #E2A172

Color information

#E2A172 (or 0xE2A172) is unknown color: approx Tumbleweed. HEX triplet: E2, A1 and 72. RGB value is (226,161,114). Sum of RGB (Red+Green+Blue) = 226+161+114=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A172 is #1D5E8D. Grayscale: #AFAFAF. Windows color (decimal): -1924750 or 7512546. OLE color: 7512546.

HSL color Cylindrical-coordinate representation of color #E2A172: hue angle of 25.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2A172 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB226161114-
CMYK00.290.500.11
HSL25.18º65.88%66.67%-
HSV(B)25.18º49.56%88.63%-
XYZ47.1542.8721.71-
YUV175.0893.53164.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=45.11%
G=32.14%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616111400.290.500.1125.1865.8866.67
HexE2A17201D32B194243
Octal342241162035621331102103
Binary1110001010100001111001001110111001010111100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A172; }

 p { color: rgb(226,161,114); }

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

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

 a { background-color: rgb(226,161,114); }

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

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

 span { border-color: rgb(226,161,114); }

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