Html Css Color HEX #A0321F Brown

📋 copy color: '#A0321F'

red 160 ◦ green 50 ◦ blue 31

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

Shades of Brown #A0321F

Tints of Brown #A0321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 66.39%
G = 20.75%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0321F (or 0xA0321F) is known color: Brown. HEX triplet: A0, 32 and 1F. RGB value is (160,50,31). Sum of RGB (Red+Green+Blue) = 160+50+31=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0321F is #5FCDE0. Grayscale: #505050. Windows color (decimal): -6278625 or 2044576. OLE color: 2044576.

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

Color convert

RGB 160 50 31 -
CMYK 0 0.69 0.81 0.37
HSL 8.84º 0.68% 0.37% -
HSV(B) 8.84º 0.81% 0.63% -
XYZ 15.89 9.85 2.36 -
YUV 80.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 160 50 31 0 0.69 0.81 0.37 8.84 0.68 0.37
Hex A0 32 1F 0 45 51 25 9 44 25
Octal 240 62 37 0 105 121 45 11 104 45
Binary 10100000 110010 11111 0 1000101 1010001 100101 1001 1000100 100101

Color Harmonies of #A0321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0321F

Black with #A0321F

Text Example


Text Example

White with #A0321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0321F; }

 p { color: rgb(160,50,31); }

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

background-color css

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

 a { background-color: rgb(160,50,31); }

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

border-color css

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

 span { border-color: rgb(160,50,31); }

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