Html Css Color HEX #A1291E Brown

📋 copy color: '#A1291E'

red 161 ◦ green 41 ◦ blue 30

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

Shades of Brown #A1291E

Tints of Brown #A1291E

RGB

 RED value IS 161 (63.28% from 255) = 69.4%

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

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

R = 69.4%
G = 17.67%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1291E (or 0xA1291E) is known color: Brown. HEX triplet: A1, 29 and 1E. RGB value is (161,41,30). Sum of RGB (Red+Green+Blue) = 161+41+30=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A1291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1291E is #5ED6E1. Grayscale: #4B4B4B. Windows color (decimal): -6215394 or 1976737. OLE color: 1976737.

HSL color Cylindrical-coordinate representation of color #A1291E: hue angle of 5.04º degrees, saturation: 0.69, 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 #A1291E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 30 -
CMYK 0 0.75 0.81 0.37
HSL 5.04º 0.69% 0.37% -
HSV(B) 5.04º 0.81% 0.63% -
XYZ 15.73 9.26 2.19 -
YUV 75.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 161 41 30 0 0.75 0.81 0.37 5.04 0.69 0.37
Hex A1 29 1E 0 4B 51 25 5 45 25
Octal 241 51 36 0 113 121 45 5 105 45
Binary 10100001 101001 11110 0 1001011 1010001 100101 101 1000101 100101

Color Harmonies of #A1291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1291E

Black with #A1291E

Text Example


Text Example

White with #A1291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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