Html Css Color HEX #A16D32 Buttered Rum

📋 copy color: '#A16D32'

red 161 ◦ green 109 ◦ blue 50

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

Shades of Buttered Rum #A16D32

Tints of Buttered Rum #A16D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 50.31%
G = 34.06%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A16D32 (or 0xA16D32) is known color: Buttered Rum. HEX triplet: A1, 6D and 32. RGB value is (161,109,50). Sum of RGB (Red+Green+Blue) = 161+109+50=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D32 is #5E92CD. Grayscale: #767676. Windows color (decimal): -6197966 or 3304865. OLE color: 3304865.

HSL color Cylindrical-coordinate representation of color #A16D32: hue angle of 31.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A16D32 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 109 50 -
CMYK 0 0.32 0.69 0.37
HSL 31.89º 0.53% 0.41% -
HSV(B) 31.89º 0.69% 0.63% -
XYZ 20.74 18.74 5.54 -
YUV 117.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 161 109 50 0 0.32 0.69 0.37 31.89 0.53 0.41
Hex A1 6D 32 0 20 45 25 20 35 29
Octal 241 155 62 0 40 105 45 40 65 51
Binary 10100001 1101101 110010 0 100000 1000101 100101 100000 110101 101001

Color Harmonies of #A16D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D32

Black with #A16D32

Text Example


Text Example

White with #A16D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D32; }

 p { color: rgb(161,109,50); }

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

background-color css

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

 a { background-color: rgb(161,109,50); }

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

border-color css

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

 span { border-color: rgb(161,109,50); }

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