Html Css Color HEX #A0291E Brown

📋 copy color: '#A0291E'

red 160 ◦ green 41 ◦ blue 30

#A0291E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A0291E

Tints of Brown #A0291E

RGB

 RED value IS 160 (62.89% from 255) = 69.26%

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 69.26%
G = 17.75%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0291E (or 0xA0291E) is known color: Brown. HEX triplet: A0, 29 and 1E. RGB value is (160,41,30). Sum of RGB (Red+Green+Blue) = 160+41+30=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0291E is #5FD6E1. Grayscale: #4B4B4B. Windows color (decimal): -6280930 or 1976736. OLE color: 1976736.

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

Color convert

RGB 160 41 30 -
CMYK 0 0.74 0.81 0.37
HSL 5.08º 0.68% 0.37% -
HSV(B) 5.08º 0.81% 0.63% -
XYZ 15.52 9.15 2.18 -
YUV 75.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 160 41 30 0 0.74 0.81 0.37 5.08 0.68 0.37
Hex A0 29 1E 0 4A 51 25 5 44 25
Octal 240 51 36 0 112 121 45 5 104 45
Binary 10100000 101001 11110 0 1001010 1010001 100101 101 1000100 100101

Color Harmonies of #A0291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0291E

Black with #A0291E

Text Example


Text Example

White with #A0291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0291E; }

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

 H1.HeaderClassName
 {
   color: #A0291E;
 }
 .AnyTagClassName
 {
   color: #A0291E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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