Html Css Color HEX #A16C31 Buttered Rum

📋 copy color: '#A16C31'

red 161 ◦ green 108 ◦ blue 49

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

Shades of Buttered Rum #A16C31

Tints of Buttered Rum #A16C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 50.63%
G = 33.96%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A16C31 (or 0xA16C31) is known color: Buttered Rum. HEX triplet: A1, 6C and 31. RGB value is (161,108,49). Sum of RGB (Red+Green+Blue) = 161+108+49=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C31 is #5E93CE. Grayscale: #757575. Windows color (decimal): -6198223 or 3239073. OLE color: 3239073.

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

Color convert

RGB 161 108 49 -
CMYK 0 0.33 0.70 0.37
HSL 31.61º 0.53% 0.41% -
HSV(B) 31.61º 0.7% 0.63% -
XYZ 20.61 18.52 5.39 -
YUV 117.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 161 108 49 0 0.33 0.70 0.37 31.61 0.53 0.41
Hex A1 6C 31 0 21 46 25 20 35 29
Octal 241 154 61 0 41 106 45 40 65 51
Binary 10100001 1101100 110001 0 100001 1000110 100101 100000 110101 101001

Color Harmonies of #A16C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C31

Black with #A16C31

Text Example


Text Example

White with #A16C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C31; }

 p { color: rgb(161,108,49); }

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

background-color css

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

 a { background-color: rgb(161,108,49); }

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

border-color css

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

 span { border-color: rgb(161,108,49); }

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