Html Css Color HEX #A16E24 Buttered Rum

📋 copy color: '#A16E24'

red 161 ◦ green 110 ◦ blue 36

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

Shades of Buttered Rum #A16E24

Tints of Buttered Rum #A16E24

RGB

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

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

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

R = 52.44%
G = 35.83%
B = 11.73%

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

#A16E24 (or 0xA16E24) is known color: Buttered Rum. HEX triplet: A1, 6E and 24. RGB value is (161,110,36). Sum of RGB (Red+Green+Blue) = 161+110+36=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E24 is #5E91DB. Grayscale: #757575. Windows color (decimal): -6197724 or 2387617. OLE color: 2387617.

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

Color convert

RGB 161 110 36 -
CMYK 0 0.32 0.78 0.37
HSL 35.52º 0.63% 0.39% -
HSV(B) 35.52º 0.78% 0.63% -
XYZ 20.59 18.86 4.22 -
YUV 116.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 161 110 36 0 0.32 0.78 0.37 35.52 0.63 0.39
Hex A1 6E 24 0 20 4E 25 24 3F 27
Octal 241 156 44 0 40 116 45 44 77 47
Binary 10100001 1101110 100100 0 100000 1001110 100101 100100 111111 100111

Color Harmonies of #A16E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E24

Black with #A16E24

Text Example


Text Example

White with #A16E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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