Html Css Color HEX #A16D33 Buttered Rum

📋 copy color: '#A16D33'

red 161 ◦ green 109 ◦ blue 51

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

Shades of Buttered Rum #A16D33

Tints of Buttered Rum #A16D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 50.16%
G = 33.96%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A16D33 (or 0xA16D33) is known color: Buttered Rum. HEX triplet: A1, 6D and 33. RGB value is (161,109,51). Sum of RGB (Red+Green+Blue) = 161+109+51=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D33 is #5E92CC. Grayscale: #767676. Windows color (decimal): -6197965 or 3370401. OLE color: 3370401.

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

Color convert

RGB 161 109 51 -
CMYK 0 0.32 0.68 0.37
HSL 31.64º 0.52% 0.42% -
HSV(B) 31.64º 0.68% 0.63% -
XYZ 20.76 18.75 5.66 -
YUV 117.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 161 109 51 0 0.32 0.68 0.37 31.64 0.52 0.42
Hex A1 6D 33 0 20 44 25 20 34 2A
Octal 241 155 63 0 40 104 45 40 64 52
Binary 10100001 1101101 110011 0 100000 1000100 100101 100000 110100 101010

Color Harmonies of #A16D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D33

Black with #A16D33

Text Example


Text Example

White with #A16D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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