#A2251A

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

Shades of Brown #A2251A

Tints of Brown #A2251A

Color information

#A2251A (or 0xA2251A) is unknown color: approx Brown. HEX triplet: A2, 25 and 1A. RGB value is (162,37,26). Sum of RGB (Red+Green+Blue) = 162+37+26=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2251A is #5DDAE5. Grayscale: #494949. Windows color (decimal): -6150886 or 1713570. OLE color: 1713570.

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

Color convert

RGB1623726-
CMYK00.770.840.36
HSL4.85º72.34%36.86%-
HSV(B)4.85º83.95%63.53%-
XYZ15.759.081.9-
YUV73.12101.41191.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=72%
G=16.44%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162372600.770.840.364.8572.3436.86
HexA2251A04D542454825
Octal2424532011512444511045
Binary10100010100101110100100110110101001001001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2251A; }

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

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

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

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

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

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

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

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