Html Css Color HEX #A1732C Buttered Rum

📋 copy color: '#A1732C'

red 161 ◦ green 115 ◦ blue 44

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

Shades of Buttered Rum #A1732C

Tints of Buttered Rum #A1732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 50.31%
G = 35.94%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1732C (or 0xA1732C) is known color: Buttered Rum. HEX triplet: A1, 73 and 2C. RGB value is (161,115,44). Sum of RGB (Red+Green+Blue) = 161+115+44=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1732C is #5E8CD3. Grayscale: #787878. Windows color (decimal): -6196436 or 2913185. OLE color: 2913185.

HSL color Cylindrical-coordinate representation of color #A1732C: hue angle of 36.41º 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 #A1732C is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 44 -
CMYK 0 0.29 0.73 0.37
HSL 36.41º 0.57% 0.4% -
HSV(B) 36.41º 0.73% 0.63% -
XYZ 21.28 20.02 5.13 -
YUV 120.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 161 115 44 0 0.29 0.73 0.37 36.41 0.57 0.4
Hex A1 73 2C 0 1D 49 25 24 39 28
Octal 241 163 54 0 35 111 45 44 71 50
Binary 10100001 1110011 101100 0 11101 1001001 100101 100100 111001 101000

Color Harmonies of #A1732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1732C

Black with #A1732C

Text Example


Text Example

White with #A1732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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