Html Css Color HEX #A16D24 Buttered Rum

📋 copy color: '#A16D24'

red 161 ◦ green 109 ◦ blue 36

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

Shades of Buttered Rum #A16D24

Tints of Buttered Rum #A16D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 52.61%
G = 35.62%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A16D24 (or 0xA16D24) is known color: Buttered Rum. HEX triplet: A1, 6D and 24. RGB value is (161,109,36). Sum of RGB (Red+Green+Blue) = 161+109+36=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D24 is #5E92DB. Grayscale: #747474. Windows color (decimal): -6197980 or 2387361. OLE color: 2387361.

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

Color convert

RGB 161 109 36 -
CMYK 0 0.32 0.78 0.37
HSL 35.04º 0.63% 0.39% -
HSV(B) 35.04º 0.78% 0.63% -
XYZ 20.49 18.64 4.19 -
YUV 116.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 161 109 36 0 0.32 0.78 0.37 35.04 0.63 0.39
Hex A1 6D 24 0 20 4E 25 23 3F 27
Octal 241 155 44 0 40 116 45 43 77 47
Binary 10100001 1101101 100100 0 100000 1001110 100101 100011 111111 100111

Color Harmonies of #A16D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D24

Black with #A16D24

Text Example


Text Example

White with #A16D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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