Html Css Color HEX #A16B2C Buttered Rum

📋 copy color: '#A16B2C'

red 161 ◦ green 107 ◦ blue 44

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

Shades of Buttered Rum #A16B2C

Tints of Buttered Rum #A16B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 51.6%
G = 34.29%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A16B2C (or 0xA16B2C) is known color: Buttered Rum. HEX triplet: A1, 6B and 2C. RGB value is (161,107,44). Sum of RGB (Red+Green+Blue) = 161+107+44=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16B2C is #5E94D3. Grayscale: #747474. Windows color (decimal): -6198484 or 2911137. OLE color: 2911137.

HSL color Cylindrical-coordinate representation of color #A16B2C: hue angle of 32.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A16B2C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 107 44 -
CMYK 0 0.34 0.73 0.37
HSL 32.31º 0.57% 0.4% -
HSV(B) 32.31º 0.73% 0.63% -
XYZ 20.41 18.27 4.83 -
YUV 115.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 161 107 44 0 0.34 0.73 0.37 32.31 0.57 0.4
Hex A1 6B 2C 0 22 49 25 20 39 28
Octal 241 153 54 0 42 111 45 40 71 50
Binary 10100001 1101011 101100 0 100010 1001001 100101 100000 111001 101000

Color Harmonies of #A16B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B2C

Black with #A16B2C

Text Example


Text Example

White with #A16B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B2C; }

 p { color: rgb(161,107,44); }

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

background-color css

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

 a { background-color: rgb(161,107,44); }

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

border-color css

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

 span { border-color: rgb(161,107,44); }

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