Html Css Color HEX #A0712B Buttered Rum

📋 copy color: '#A0712B'

red 160 ◦ green 113 ◦ blue 43

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

Shades of Buttered Rum #A0712B

Tints of Buttered Rum #A0712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 50.63%
G = 35.76%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0712B (or 0xA0712B) is known color: Buttered Rum. HEX triplet: A0, 71 and 2B. RGB value is (160,113,43). Sum of RGB (Red+Green+Blue) = 160+113+43=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0712B is #5F8ED4. Grayscale: #777777. Windows color (decimal): -6262485 or 2847136. OLE color: 2847136.

HSL color Cylindrical-coordinate representation of color #A0712B: hue angle of 35.9º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0712B is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 43 -
CMYK 0 0.29 0.73 0.37
HSL 35.9º 0.58% 0.4% -
HSV(B) 35.9º 0.73% 0.63% -
XYZ 20.84 19.46 4.94 -
YUV 119.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 160 113 43 0 0.29 0.73 0.37 35.9 0.58 0.4
Hex A0 71 2B 0 1D 49 25 24 3A 28
Octal 240 161 53 0 35 111 45 44 72 50
Binary 10100000 1110001 101011 0 11101 1001001 100101 100100 111010 101000

Color Harmonies of #A0712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0712B

Black with #A0712B

Text Example


Text Example

White with #A0712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0712B; }

 p { color: rgb(160,113,43); }

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

background-color css

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

 a { background-color: rgb(160,113,43); }

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

border-color css

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

 span { border-color: rgb(160,113,43); }

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