Html Css Color HEX #A16C22 Buttered Rum

📋 copy color: '#A16C22'

red 161 ◦ green 108 ◦ blue 34

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

Shades of Buttered Rum #A16C22

Tints of Buttered Rum #A16C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 53.14%
G = 35.64%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A16C22 (or 0xA16C22) is known color: Buttered Rum. HEX triplet: A1, 6C and 22. RGB value is (161,108,34). Sum of RGB (Red+Green+Blue) = 161+108+34=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C22 is #5E93DD. Grayscale: #737373. Windows color (decimal): -6198238 or 2256033. OLE color: 2256033.

HSL color Cylindrical-coordinate representation of color #A16C22: hue angle of 34.96º 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 #A16C22 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 108 34 -
CMYK 0 0.33 0.79 0.37
HSL 34.96º 0.65% 0.38% -
HSV(B) 34.96º 0.79% 0.63% -
XYZ 20.35 18.42 4 -
YUV 115.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 161 108 34 0 0.33 0.79 0.37 34.96 0.65 0.38
Hex A1 6C 22 0 21 4F 25 23 41 26
Octal 241 154 42 0 41 117 45 43 101 46
Binary 10100001 1101100 100010 0 100001 1001111 100101 100011 1000001 100110

Color Harmonies of #A16C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C22

Black with #A16C22

Text Example


Text Example

White with #A16C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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