Html Css Color HEX #A16E23 Buttered Rum

📋 copy color: '#A16E23'

red 161 ◦ green 110 ◦ blue 35

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

Shades of Buttered Rum #A16E23

Tints of Buttered Rum #A16E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 52.61%
G = 35.95%
B = 11.44%

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

#A16E23 (or 0xA16E23) is known color: Buttered Rum. HEX triplet: A1, 6E and 23. RGB value is (161,110,35). Sum of RGB (Red+Green+Blue) = 161+110+35=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E23 is #5E91DC. Grayscale: #757575. Windows color (decimal): -6197725 or 2322081. OLE color: 2322081.

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

Color convert

RGB 161 110 35 -
CMYK 0 0.32 0.78 0.37
HSL 35.71º 0.64% 0.38% -
HSV(B) 35.71º 0.78% 0.63% -
XYZ 20.58 18.85 4.14 -
YUV 116.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 161 110 35 0 0.32 0.78 0.37 35.71 0.64 0.38
Hex A1 6E 23 0 20 4E 25 24 40 26
Octal 241 156 43 0 40 116 45 44 100 46
Binary 10100001 1101110 100011 0 100000 1001110 100101 100100 1000000 100110

Color Harmonies of #A16E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E23

Black with #A16E23

Text Example


Text Example

White with #A16E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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