Html Css Color HEX #A0732B Buttered Rum

📋 copy color: '#A0732B'

red 160 ◦ green 115 ◦ blue 43

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

Shades of Buttered Rum #A0732B

Tints of Buttered Rum #A0732B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 50.31%
G = 36.16%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0732B (or 0xA0732B) is known color: Buttered Rum. HEX triplet: A0, 73 and 2B. RGB value is (160,115,43). Sum of RGB (Red+Green+Blue) = 160+115+43=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0732B is #5F8CD4. Grayscale: #787878. Windows color (decimal): -6261973 or 2847648. OLE color: 2847648.

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

Color convert

RGB 160 115 43 -
CMYK 0 0.28 0.73 0.37
HSL 36.92º 0.58% 0.4% -
HSV(B) 36.92º 0.73% 0.63% -
XYZ 21.06 19.91 5.02 -
YUV 120.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 160 115 43 0 0.28 0.73 0.37 36.92 0.58 0.4
Hex A0 73 2B 0 1C 49 25 25 3A 28
Octal 240 163 53 0 34 111 45 45 72 50
Binary 10100000 1110011 101011 0 11100 1001001 100101 100101 111010 101000

Color Harmonies of #A0732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0732B

Black with #A0732B

Text Example


Text Example

White with #A0732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0732B; }

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

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

background-color css

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

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

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

border-color css

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

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

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