Html Css Color HEX #A17138 Buttered Rum

📋 copy color: '#A17138'

red 161 ◦ green 113 ◦ blue 56

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

Shades of Buttered Rum #A17138

Tints of Buttered Rum #A17138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 48.79%
G = 34.24%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A17138 (or 0xA17138) is known color: Buttered Rum. HEX triplet: A1, 71 and 38. RGB value is (161,113,56). Sum of RGB (Red+Green+Blue) = 161+113+56=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A17138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17138 is #5E8EC7. Grayscale: #797979. Windows color (decimal): -6196936 or 3699105. OLE color: 3699105.

HSL color Cylindrical-coordinate representation of color #A17138: hue angle of 32.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A17138 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 56 -
CMYK 0 0.30 0.65 0.37
HSL 32.57º 0.48% 0.43% -
HSV(B) 32.57º 0.65% 0.63% -
XYZ 21.32 19.67 6.42 -
YUV 120.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 161 113 56 0 0.30 0.65 0.37 32.57 0.48 0.43
Hex A1 71 38 0 1E 41 25 21 30 2B
Octal 241 161 70 0 36 101 45 41 60 53
Binary 10100001 1110001 111000 0 11110 1000001 100101 100001 110000 101011

Color Harmonies of #A17138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17138

Black with #A17138

Text Example


Text Example

White with #A17138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17138; }

 p { color: rgb(161,113,56); }

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

background-color css

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

 a { background-color: rgb(161,113,56); }

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

border-color css

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

 span { border-color: rgb(161,113,56); }

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