Html Css Color HEX #A0701F Buttered Rum

📋 copy color: '#A0701F'

red 160 ◦ green 112 ◦ blue 31

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

Shades of Buttered Rum #A0701F

Tints of Buttered Rum #A0701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 52.81%
G = 36.96%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0701F (or 0xA0701F) is known color: Buttered Rum. HEX triplet: A0, 70 and 1F. RGB value is (160,112,31). Sum of RGB (Red+Green+Blue) = 160+112+31=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0701F is #5F8FE0. Grayscale: #757575. Windows color (decimal): -6262753 or 2060448. OLE color: 2060448.

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

Color convert

RGB 160 112 31 -
CMYK 0 0.30 0.81 0.37
HSL 37.67º 0.68% 0.37% -
HSV(B) 37.67º 0.81% 0.63% -
XYZ 20.54 19.16 3.91 -
YUV 117.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 160 112 31 0 0.30 0.81 0.37 37.67 0.68 0.37
Hex A0 70 1F 0 1E 51 25 26 44 25
Octal 240 160 37 0 36 121 45 46 104 45
Binary 10100000 1110000 11111 0 11110 1010001 100101 100110 1000100 100101

Color Harmonies of #A0701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0701F

Black with #A0701F

Text Example


Text Example

White with #A0701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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