Html Css Color HEX #A16D30 Buttered Rum

📋 copy color: '#A16D30'

red 161 ◦ green 109 ◦ blue 48

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

Shades of Buttered Rum #A16D30

Tints of Buttered Rum #A16D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 50.63%
G = 34.28%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A16D30 (or 0xA16D30) is known color: Buttered Rum. HEX triplet: A1, 6D and 30. RGB value is (161,109,48). Sum of RGB (Red+Green+Blue) = 161+109+48=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D30 is #5E92CF. Grayscale: #757575. Windows color (decimal): -6197968 or 3173793. OLE color: 3173793.

HSL color Cylindrical-coordinate representation of color #A16D30: hue angle of 32.39º degrees, saturation: 0.54, 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 #A16D30 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 109 48 -
CMYK 0 0.32 0.70 0.37
HSL 32.39º 0.54% 0.41% -
HSV(B) 32.39º 0.7% 0.63% -
XYZ 20.7 18.73 5.32 -
YUV 117.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 161 109 48 0 0.32 0.70 0.37 32.39 0.54 0.41
Hex A1 6D 30 0 20 46 25 20 36 29
Octal 241 155 60 0 40 106 45 40 66 51
Binary 10100001 1101101 110000 0 100000 1000110 100101 100000 110110 101001

Color Harmonies of #A16D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D30

Black with #A16D30

Text Example


Text Example

White with #A16D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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