Html Css Color HEX #A16E21 Buttered Rum

📋 copy color: '#A16E21'

red 161 ◦ green 110 ◦ blue 33

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

Shades of Buttered Rum #A16E21

Tints of Buttered Rum #A16E21

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

 BLUE value IS 33 (13.28% from 255) = 10.86%

R = 52.96%
G = 36.18%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A16E21 (or 0xA16E21) is known color: Buttered Rum. HEX triplet: A1, 6E and 21. RGB value is (161,110,33). Sum of RGB (Red+Green+Blue) = 161+110+33=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E21 is #5E91DE. Grayscale: #747474. Windows color (decimal): -6197727 or 2191009. OLE color: 2191009.

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

Color convert

RGB 161 110 33 -
CMYK 0 0.32 0.80 0.37
HSL 36.09º 0.66% 0.38% -
HSV(B) 36.09º 0.8% 0.63% -
XYZ 20.55 18.84 3.99 -
YUV 116.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 161 110 33 0 0.32 0.80 0.37 36.09 0.66 0.38
Hex A1 6E 21 0 20 50 25 24 42 26
Octal 241 156 41 0 40 120 45 44 102 46
Binary 10100001 1101110 100001 0 100000 1010000 100101 100100 1000010 100110

Color Harmonies of #A16E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E21

Black with #A16E21

Text Example


Text Example

White with #A16E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E21; }

 p { color: rgb(161,110,33); }

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

background-color css

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

 a { background-color: rgb(161,110,33); }

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

border-color css

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

 span { border-color: rgb(161,110,33); }

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