Html Css Color HEX #A0311A Brown

📋 copy color: '#A0311A'

red 160 ◦ green 49 ◦ blue 26

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

Shades of Brown #A0311A

Tints of Brown #A0311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 68.09%
G = 20.85%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0311A (or 0xA0311A) is known color: Brown. HEX triplet: A0, 31 and 1A. RGB value is (160,49,26). Sum of RGB (Red+Green+Blue) = 160+49+26=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A0311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0311A is #5FCEE5. Grayscale: #4F4F4F. Windows color (decimal): -6278886 or 1716640. OLE color: 1716640.

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

Color convert

RGB 160 49 26 -
CMYK 0 0.69 0.84 0.37
HSL 10.3º 0.72% 0.36% -
HSV(B) 10.3º 0.84% 0.63% -
XYZ 15.78 9.74 2.03 -
YUV 79.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 160 49 26 0 0.69 0.84 0.37 10.3 0.72 0.36
Hex A0 31 1A 0 45 54 25 A 48 24
Octal 240 61 32 0 105 124 45 12 110 44
Binary 10100000 110001 11010 0 1000101 1010100 100101 1010 1001000 100100

Color Harmonies of #A0311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0311A

Black with #A0311A

Text Example


Text Example

White with #A0311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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