Html Css Color HEX #A0722A Buttered Rum

📋 copy color: '#A0722A'

red 160 ◦ green 114 ◦ blue 42

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

Shades of Buttered Rum #A0722A

Tints of Buttered Rum #A0722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 50.63%
G = 36.08%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0722A (or 0xA0722A) is known color: Buttered Rum. HEX triplet: A0, 72 and 2A. RGB value is (160,114,42). Sum of RGB (Red+Green+Blue) = 160+114+42=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0722A is #5F8DD5. Grayscale: #777777. Windows color (decimal): -6262230 or 2781856. OLE color: 2781856.

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

Color convert

RGB 160 114 42 -
CMYK 0 0.29 0.74 0.37
HSL 36.61º 0.58% 0.4% -
HSV(B) 36.61º 0.74% 0.63% -
XYZ 20.93 19.68 4.88 -
YUV 119.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 160 114 42 0 0.29 0.74 0.37 36.61 0.58 0.4
Hex A0 72 2A 0 1D 4A 25 25 3A 28
Octal 240 162 52 0 35 112 45 45 72 50
Binary 10100000 1110010 101010 0 11101 1001010 100101 100101 111010 101000

Color Harmonies of #A0722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0722A

Black with #A0722A

Text Example


Text Example

White with #A0722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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