Html Css Color HEX #A16E25 Buttered Rum

📋 copy color: '#A16E25'

red 161 ◦ green 110 ◦ blue 37

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

Shades of Buttered Rum #A16E25

Tints of Buttered Rum #A16E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 52.27%
G = 35.71%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A16E25 (or 0xA16E25) is known color: Buttered Rum. HEX triplet: A1, 6E and 25. RGB value is (161,110,37). Sum of RGB (Red+Green+Blue) = 161+110+37=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E25 is #5E91DA. Grayscale: #757575. Windows color (decimal): -6197723 or 2453153. OLE color: 2453153.

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

Color convert

RGB 161 110 37 -
CMYK 0 0.32 0.77 0.37
HSL 35.32º 0.63% 0.39% -
HSV(B) 35.32º 0.77% 0.63% -
XYZ 20.61 18.86 4.3 -
YUV 116.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 161 110 37 0 0.32 0.77 0.37 35.32 0.63 0.39
Hex A1 6E 25 0 20 4D 25 23 3F 27
Octal 241 156 45 0 40 115 45 43 77 47
Binary 10100001 1101110 100101 0 100000 1001101 100101 100011 111111 100111

Color Harmonies of #A16E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E25

Black with #A16E25

Text Example


Text Example

White with #A16E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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