#A02C1D

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

Shades of Brown #A02C1D

Tints of Brown #A02C1D

Color information

#A02C1D (or 0xA02C1D) is unknown color: approx Brown. HEX triplet: A0, 2C and 1D. RGB value is (160,44,29). Sum of RGB (Red+Green+Blue) = 160+44+29=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C1D is #5FD3E2. Grayscale: #4D4D4D. Windows color (decimal): -6280163 or 1911968. OLE color: 1911968.

HSL color Cylindrical-coordinate representation of color #A02C1D: hue angle of 6.87º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02C1D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB1604429-
CMYK00.720.820.37
HSL6.87º69.31%37.06%-
HSV(B)6.87º81.88%62.75%-
XYZ15.629.362.15-
YUV76.97100.93187.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=68.67%
G=18.88%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160442900.720.820.376.8769.3137.06
HexA02C1D048522574525
Octal2405435011012245710545
Binary10100000101100111010100100010100101001011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02C1D; }

 p { color: rgb(160,44,29); }

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

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

 a { background-color: rgb(160,44,29); }

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

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

 span { border-color: rgb(160,44,29); }

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