Html Css Color HEX #A16E26 Buttered Rum

📋 copy color: '#A16E26'

red 161 ◦ green 110 ◦ blue 38

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

Shades of Buttered Rum #A16E26

Tints of Buttered Rum #A16E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 52.1%
G = 35.6%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A16E26 (or 0xA16E26) is known color: Buttered Rum. HEX triplet: A1, 6E and 26. RGB value is (161,110,38). Sum of RGB (Red+Green+Blue) = 161+110+38=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E26 is #5E91D9. Grayscale: #757575. Windows color (decimal): -6197722 or 2518689. OLE color: 2518689.

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

Color convert

RGB 161 110 38 -
CMYK 0 0.32 0.76 0.37
HSL 35.12º 0.62% 0.39% -
HSV(B) 35.12º 0.76% 0.63% -
XYZ 20.62 18.87 4.39 -
YUV 117.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 161 110 38 0 0.32 0.76 0.37 35.12 0.62 0.39
Hex A1 6E 26 0 20 4C 25 23 3E 27
Octal 241 156 46 0 40 114 45 43 76 47
Binary 10100001 1101110 100110 0 100000 1001100 100101 100011 111110 100111

Color Harmonies of #A16E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E26

Black with #A16E26

Text Example


Text Example

White with #A16E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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