Html Css Color HEX #A17440 Buttered Rum

📋 copy color: '#A17440'

red 161 ◦ green 116 ◦ blue 64

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

Shades of Buttered Rum #A17440

Tints of Buttered Rum #A17440

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

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

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

R = 47.21%
G = 34.02%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A17440 (or 0xA17440) is known color: Buttered Rum. HEX triplet: A1, 74 and 40. RGB value is (161,116,64). Sum of RGB (Red+Green+Blue) = 161+116+64=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A17440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17440 is #5E8BBF. Grayscale: #7B7B7B. Windows color (decimal): -6196160 or 4224161. OLE color: 4224161.

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

Color convert

RGB 161 116 64 -
CMYK 0 0.28 0.60 0.37
HSL 32.16º 0.43% 0.44% -
HSV(B) 32.16º 0.6% 0.63% -
XYZ 21.87 20.44 7.64 -
YUV 123.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 161 116 64 0 0.28 0.60 0.37 32.16 0.43 0.44
Hex A1 74 40 0 1C 3C 25 20 2B 2C
Octal 241 164 100 0 34 74 45 40 53 54
Binary 10100001 1110100 1000000 0 11100 111100 100101 100000 101011 101100

Color Harmonies of #A17440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17440

Black with #A17440

Text Example


Text Example

White with #A17440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17440; }

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

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

background-color css

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

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

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

border-color css

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

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

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