Html Css Color HEX #A0722C Buttered Rum

📋 copy color: '#A0722C'

red 160 ◦ green 114 ◦ blue 44

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

Shades of Buttered Rum #A0722C

Tints of Buttered Rum #A0722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 50.31%
G = 35.85%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0722C (or 0xA0722C) is known color: Buttered Rum. HEX triplet: A0, 72 and 2C. RGB value is (160,114,44). Sum of RGB (Red+Green+Blue) = 160+114+44=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0722C is #5F8DD3. Grayscale: #787878. Windows color (decimal): -6262228 or 2912928. OLE color: 2912928.

HSL color Cylindrical-coordinate representation of color #A0722C: hue angle of 36.21º degrees, saturation: 0.57, 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 #A0722C is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 44 -
CMYK 0 0.29 0.72 0.37
HSL 36.21º 0.57% 0.4% -
HSV(B) 36.21º 0.73% 0.63% -
XYZ 20.97 19.69 5.08 -
YUV 119.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 160 114 44 0 0.29 0.72 0.37 36.21 0.57 0.4
Hex A0 72 2C 0 1D 48 25 24 39 28
Octal 240 162 54 0 35 110 45 44 71 50
Binary 10100000 1110010 101100 0 11101 1001000 100101 100100 111001 101000

Color Harmonies of #A0722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0722C

Black with #A0722C

Text Example


Text Example

White with #A0722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0722C; }

 p { color: rgb(160,114,44); }

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

background-color css

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

 a { background-color: rgb(160,114,44); }

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

border-color css

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

 span { border-color: rgb(160,114,44); }

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