Html Css Color HEX #A16F37 Buttered Rum

📋 copy color: '#A16F37'

red 161 ◦ green 111 ◦ blue 55

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

Shades of Buttered Rum #A16F37

Tints of Buttered Rum #A16F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 49.24%
G = 33.94%
B = 16.82%

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

#A16F37 (or 0xA16F37) is known color: Buttered Rum. HEX triplet: A1, 6F and 37. RGB value is (161,111,55). Sum of RGB (Red+Green+Blue) = 161+111+55=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F37 is #5E90C8. Grayscale: #777777. Windows color (decimal): -6197449 or 3633057. OLE color: 3633057.

HSL color Cylindrical-coordinate representation of color #A16F37: hue angle of 31.7º degrees, saturation: 0.49, 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 #A16F37 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 111 55 -
CMYK 0 0.31 0.66 0.37
HSL 31.7º 0.49% 0.42% -
HSV(B) 31.7º 0.66% 0.63% -
XYZ 21.07 19.22 6.21 -
YUV 119.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 161 111 55 0 0.31 0.66 0.37 31.7 0.49 0.42
Hex A1 6F 37 0 1F 42 25 20 31 2A
Octal 241 157 67 0 37 102 45 40 61 52
Binary 10100001 1101111 110111 0 11111 1000010 100101 100000 110001 101010

Color Harmonies of #A16F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F37

Black with #A16F37

Text Example


Text Example

White with #A16F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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