Html Css Color HEX #A0722B Buttered Rum

📋 copy color: '#A0722B'

red 160 ◦ green 114 ◦ blue 43

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

Shades of Buttered Rum #A0722B

Tints of Buttered Rum #A0722B

RGB

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

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

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

R = 50.47%
G = 35.96%
B = 13.56%

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

#A0722B (or 0xA0722B) is known color: Buttered Rum. HEX triplet: A0, 72 and 2B. RGB value is (160,114,43). Sum of RGB (Red+Green+Blue) = 160+114+43=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0722B is #5F8DD4. Grayscale: #777777. Windows color (decimal): -6262229 or 2847392. OLE color: 2847392.

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

Color convert

RGB 160 114 43 -
CMYK 0 0.29 0.73 0.37
HSL 36.41º 0.58% 0.4% -
HSV(B) 36.41º 0.73% 0.63% -
XYZ 20.95 19.68 4.98 -
YUV 119.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 160 114 43 0 0.29 0.73 0.37 36.41 0.58 0.4
Hex A0 72 2B 0 1D 49 25 24 3A 28
Octal 240 162 53 0 35 111 45 44 72 50
Binary 10100000 1110010 101011 0 11101 1001001 100101 100100 111010 101000

Color Harmonies of #A0722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0722B

Black with #A0722B

Text Example


Text Example

White with #A0722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0722B; }

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

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

background-color css

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

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

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

border-color css

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

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

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