Html Css Color HEX #A0331F Brown

📋 copy color: '#A0331F'

red 160 ◦ green 51 ◦ blue 31

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

Shades of Brown #A0331F

Tints of Brown #A0331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

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

R = 66.12%
G = 21.07%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0331F (or 0xA0331F) is known color: Brown. HEX triplet: A0, 33 and 1F. RGB value is (160,51,31). Sum of RGB (Red+Green+Blue) = 160+51+31=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0331F is #5FCCE0. Grayscale: #515151. Windows color (decimal): -6278369 or 2044832. OLE color: 2044832.

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

Color convert

RGB 160 51 31 -
CMYK 0 0.68 0.81 0.37
HSL 9.3º 0.68% 0.37% -
HSV(B) 9.3º 0.81% 0.63% -
XYZ 15.93 9.94 2.38 -
YUV 81.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 160 51 31 0 0.68 0.81 0.37 9.3 0.68 0.37
Hex A0 33 1F 0 44 51 25 9 44 25
Octal 240 63 37 0 104 121 45 11 104 45
Binary 10100000 110011 11111 0 1000100 1010001 100101 1001 1000100 100101

Color Harmonies of #A0331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0331F

Black with #A0331F

Text Example


Text Example

White with #A0331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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