Html Css Color HEX #A16D22 Buttered Rum

📋 copy color: '#A16D22'

red 161 ◦ green 109 ◦ blue 34

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

Shades of Buttered Rum #A16D22

Tints of Buttered Rum #A16D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 52.96%
G = 35.86%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A16D22 (or 0xA16D22) is known color: Buttered Rum. HEX triplet: A1, 6D and 22. RGB value is (161,109,34). Sum of RGB (Red+Green+Blue) = 161+109+34=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D22 is #5E92DD. Grayscale: #747474. Windows color (decimal): -6197982 or 2256289. OLE color: 2256289.

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

Color convert

RGB 161 109 34 -
CMYK 0 0.32 0.79 0.37
HSL 35.43º 0.65% 0.38% -
HSV(B) 35.43º 0.79% 0.63% -
XYZ 20.46 18.63 4.03 -
YUV 116 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 161 109 34 0 0.32 0.79 0.37 35.43 0.65 0.38
Hex A1 6D 22 0 20 4F 25 23 41 26
Octal 241 155 42 0 40 117 45 43 101 46
Binary 10100001 1101101 100010 0 100000 1001111 100101 100011 1000001 100110

Color Harmonies of #A16D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D22

Black with #A16D22

Text Example


Text Example

White with #A16D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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