#A0251A

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

Shades of Brown #A0251A

Tints of Brown #A0251A

Color information

#A0251A (or 0xA0251A) is unknown color: approx Brown. HEX triplet: A0, 25 and 1A. RGB value is (160,37,26). Sum of RGB (Red+Green+Blue) = 160+37+26=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0251A is #5FDAE5. Grayscale: #484848. Windows color (decimal): -6281958 or 1713568. OLE color: 1713568.

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

Color convert

RGB1603726-
CMYK00.770.840.37
HSL4.93º72.04%36.47%-
HSV(B)4.93º83.75%62.75%-
XYZ15.358.871.88-
YUV72.52101.75190.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.75%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=71.75%
G=16.59%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160372600.770.840.374.9372.0436.47
HexA0251A04D542554824
Octal2404532011512445511044
Binary10100000100101110100100110110101001001011011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0251A; }

 p { color: rgb(160,37,26); }

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

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

 a { background-color: rgb(160,37,26); }

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

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

 span { border-color: rgb(160,37,26); }

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