Html Css Color HEX #A0743F Buttered Rum

📋 copy color: '#A0743F'

red 160 ◦ green 116 ◦ blue 63

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

Shades of Buttered Rum #A0743F

Tints of Buttered Rum #A0743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 63 (25% from 255) = 18.58%

R = 47.2%
G = 34.22%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0743F (or 0xA0743F) is known color: Buttered Rum. HEX triplet: A0, 74 and 3F. RGB value is (160,116,63). Sum of RGB (Red+Green+Blue) = 160+116+63=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0743F is #5F8BC0. Grayscale: #7B7B7B. Windows color (decimal): -6261697 or 4158624. OLE color: 4158624.

HSL color Cylindrical-coordinate representation of color #A0743F: hue angle of 32.78º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0743F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 63 -
CMYK 0 0.28 0.61 0.37
HSL 32.78º 0.43% 0.44% -
HSV(B) 32.78º 0.61% 0.63% -
XYZ 21.64 20.32 7.48 -
YUV 123.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 160 116 63 0 0.28 0.61 0.37 32.78 0.43 0.44
Hex A0 74 3F 0 1C 3D 25 21 2B 2C
Octal 240 164 77 0 34 75 45 41 53 54
Binary 10100000 1110100 111111 0 11100 111101 100101 100001 101011 101100

Color Harmonies of #A0743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0743F

Black with #A0743F

Text Example


Text Example

White with #A0743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0743F; }

 p { color: rgb(160,116,63); }

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

background-color css

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

 a { background-color: rgb(160,116,63); }

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

border-color css

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

 span { border-color: rgb(160,116,63); }

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