#A02E29

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

Shades of Brown #A02E29

Tints of Brown #A02E29

Color information

#A02E29 (or 0xA02E29) is unknown color: approx Brown. HEX triplet: A0, 2E and 29. RGB value is (160,46,41). Sum of RGB (Red+Green+Blue) = 160+46+41=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02E29 is #5FD1D6. Grayscale: #4F4F4F. Windows color (decimal): -6279639 or 2698912. OLE color: 2698912.

HSL color Cylindrical-coordinate representation of color #A02E29: hue angle of 2.52º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02E29 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1604641-
CMYK00.710.740.37
HSL2.52º59.2%39.41%-
HSV(B)2.52º74.37%62.75%-
XYZ15.879.593.11-
YUV79.52106.27185.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=64.78%
G=18.62%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160464100.710.740.372.5259.239.41
HexA02E290474A2533b27
Octal240565101071124537347
Binary1010000010111010100101000111100101010010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02E29; }

 p { color: rgb(160,46,41); }

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

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

 a { background-color: rgb(160,46,41); }

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

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

 span { border-color: rgb(160,46,41); }

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