#A5281F

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

Shades of Brown #A5281F

Tints of Brown #A5281F

Color information

#A5281F (or 0xA5281F) is unknown color: approx Brown. HEX triplet: A5, 28 and 1F. RGB value is (165,40,31). Sum of RGB (Red+Green+Blue) = 165+40+31=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A5281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5281F is #5AD7E0. Grayscale: #4C4C4C. Windows color (decimal): -5953505 or 2042021. OLE color: 2042021.

HSL color Cylindrical-coordinate representation of color #A5281F: hue angle of 4.03º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5281F is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1654031-
CMYK00.760.810.35
HSL4.03º68.37%38.43%-
HSV(B)4.03º81.21%64.71%-
XYZ16.529.622.28-
YUV76.35102.41191.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.92%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=69.92%
G=16.95%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165403100.760.810.354.0368.3738.43
HexA5281F04C512344426
Octal2455037011412143410446
Binary10100101101000111110100110010100011000111001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5281F; }

 p { color: rgb(165,40,31); }

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

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

 a { background-color: rgb(165,40,31); }

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

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

 span { border-color: rgb(165,40,31); }

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