Html Css Color HEX #A0743A Buttered Rum

📋 copy color: '#A0743A'

red 160 ◦ green 116 ◦ blue 58

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

Shades of Buttered Rum #A0743A

Tints of Buttered Rum #A0743A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 47.9%
G = 34.73%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0743A (or 0xA0743A) is known color: Buttered Rum. HEX triplet: A0, 74 and 3A. RGB value is (160,116,58). Sum of RGB (Red+Green+Blue) = 160+116+58=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0743A is #5F8BC5. Grayscale: #7A7A7A. Windows color (decimal): -6261702 or 3830944. OLE color: 3830944.

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

Color convert

RGB 160 116 58 -
CMYK 0 0.28 0.64 0.37
HSL 34.12º 0.47% 0.43% -
HSV(B) 34.12º 0.64% 0.63% -
XYZ 21.51 20.27 6.78 -
YUV 122.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 160 116 58 0 0.28 0.64 0.37 34.12 0.47 0.43
Hex A0 74 3A 0 1C 40 25 22 2F 2B
Octal 240 164 72 0 34 100 45 42 57 53
Binary 10100000 1110100 111010 0 11100 1000000 100101 100010 101111 101011

Color Harmonies of #A0743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0743A

Black with #A0743A

Text Example


Text Example

White with #A0743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0743A; }

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

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

background-color css

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

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

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

border-color css

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

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

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