Html Css Color HEX #A16F36 Buttered Rum

📋 copy color: '#A16F36'

red 161 ◦ green 111 ◦ blue 54

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

Shades of Buttered Rum #A16F36

Tints of Buttered Rum #A16F36

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 49.39%
G = 34.05%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A16F36 (or 0xA16F36) is known color: Buttered Rum. HEX triplet: A1, 6F and 36. RGB value is (161,111,54). Sum of RGB (Red+Green+Blue) = 161+111+54=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F36 is #5E90C9. Grayscale: #777777. Windows color (decimal): -6197450 or 3567521. OLE color: 3567521.

HSL color Cylindrical-coordinate representation of color #A16F36: hue angle of 31.96º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A16F36 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 111 54 -
CMYK 0 0.31 0.66 0.37
HSL 31.96º 0.5% 0.42% -
HSV(B) 31.96º 0.66% 0.63% -
XYZ 21.05 19.21 6.09 -
YUV 119.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 161 111 54 0 0.31 0.66 0.37 31.96 0.5 0.42
Hex A1 6F 36 0 1F 42 25 20 32 2A
Octal 241 157 66 0 37 102 45 40 62 52
Binary 10100001 1101111 110110 0 11111 1000010 100101 100000 110010 101010

Color Harmonies of #A16F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F36

Black with #A16F36

Text Example


Text Example

White with #A16F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F36; }

 p { color: rgb(161,111,54); }

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

background-color css

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

 a { background-color: rgb(161,111,54); }

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

border-color css

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

 span { border-color: rgb(161,111,54); }

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