Html Css Color HEX #A07440 Buttered Rum

📋 copy color: '#A07440'

red 160 ◦ green 116 ◦ blue 64

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

Shades of Buttered Rum #A07440

Tints of Buttered Rum #A07440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 47.06%
G = 34.12%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A07440 (or 0xA07440) is known color: Buttered Rum. HEX triplet: A0, 74 and 40. RGB value is (160,116,64). Sum of RGB (Red+Green+Blue) = 160+116+64=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A07440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07440 is #5F8BBF. Grayscale: #7B7B7B. Windows color (decimal): -6261696 or 4224160. OLE color: 4224160.

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

Color convert

RGB 160 116 64 -
CMYK 0 0.28 0.6 0.37
HSL 32.5º 0.43% 0.44% -
HSV(B) 32.5º 0.6% 0.63% -
XYZ 21.67 20.33 7.63 -
YUV 123.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 160 116 64 0 0.28 0.6 0.37 32.5 0.43 0.44
Hex A0 74 40 0 1C 3C 25 20 2B 2C
Octal 240 164 100 0 34 74 45 40 53 54
Binary 10100000 1110100 1000000 0 11100 111100 100101 100000 101011 101100

Color Harmonies of #A07440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07440

Black with #A07440

Text Example


Text Example

White with #A07440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07440; }

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

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

background-color css

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

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

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

border-color css

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

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

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