Html Css Color HEX #A1712C Buttered Rum

📋 copy color: '#A1712C'

red 161 ◦ green 113 ◦ blue 44

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

Shades of Buttered Rum #A1712C

Tints of Buttered Rum #A1712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 50.63%
G = 35.53%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1712C (or 0xA1712C) is known color: Buttered Rum. HEX triplet: A1, 71 and 2C. RGB value is (161,113,44). Sum of RGB (Red+Green+Blue) = 161+113+44=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1712C is #5E8ED3. Grayscale: #777777. Windows color (decimal): -6196948 or 2912673. OLE color: 2912673.

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

Color convert

RGB 161 113 44 -
CMYK 0 0.30 0.73 0.37
HSL 35.38º 0.57% 0.4% -
HSV(B) 35.38º 0.73% 0.63% -
XYZ 21.06 19.57 5.05 -
YUV 119.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 161 113 44 0 0.30 0.73 0.37 35.38 0.57 0.4
Hex A1 71 2C 0 1E 49 25 23 39 28
Octal 241 161 54 0 36 111 45 43 71 50
Binary 10100001 1110001 101100 0 11110 1001001 100101 100011 111001 101000

Color Harmonies of #A1712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1712C

Black with #A1712C

Text Example


Text Example

White with #A1712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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