Html Css Color HEX #A17431 Buttered Rum

📋 copy color: '#A17431'

red 161 ◦ green 116 ◦ blue 49

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

Shades of Buttered Rum #A17431

Tints of Buttered Rum #A17431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 49.39%
G = 35.58%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A17431 (or 0xA17431) is known color: Buttered Rum. HEX triplet: A1, 74 and 31. RGB value is (161,116,49). Sum of RGB (Red+Green+Blue) = 161+116+49=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A17431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17431 is #5E8BCE. Grayscale: #7A7A7A. Windows color (decimal): -6196175 or 3241121. OLE color: 3241121.

HSL color Cylindrical-coordinate representation of color #A17431: hue angle of 35.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A17431 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 116 49 -
CMYK 0 0.28 0.70 0.37
HSL 35.89º 0.53% 0.41% -
HSV(B) 35.89º 0.7% 0.63% -
XYZ 21.5 20.29 5.69 -
YUV 121.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 161 116 49 0 0.28 0.70 0.37 35.89 0.53 0.41
Hex A1 74 31 0 1C 46 25 24 35 29
Octal 241 164 61 0 34 106 45 44 65 51
Binary 10100001 1110100 110001 0 11100 1000110 100101 100100 110101 101001

Color Harmonies of #A17431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17431

Black with #A17431

Text Example


Text Example

White with #A17431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17431; }

 p { color: rgb(161,116,49); }

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

background-color css

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

 a { background-color: rgb(161,116,49); }

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

border-color css

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

 span { border-color: rgb(161,116,49); }

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