Html Css Color HEX #A1722C Buttered Rum

📋 copy color: '#A1722C'

red 161 ◦ green 114 ◦ blue 44

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

Shades of Buttered Rum #A1722C

Tints of Buttered Rum #A1722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 50.47%
G = 35.74%
B = 13.79%

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

#A1722C (or 0xA1722C) is known color: Buttered Rum. HEX triplet: A1, 72 and 2C. RGB value is (161,114,44). Sum of RGB (Red+Green+Blue) = 161+114+44=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1722C is #5E8DD3. Grayscale: #787878. Windows color (decimal): -6196692 or 2912929. OLE color: 2912929.

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

Color convert

RGB 161 114 44 -
CMYK 0 0.29 0.73 0.37
HSL 35.9º 0.57% 0.4% -
HSV(B) 35.9º 0.73% 0.63% -
XYZ 21.17 19.79 5.09 -
YUV 120.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 161 114 44 0 0.29 0.73 0.37 35.9 0.57 0.4
Hex A1 72 2C 0 1D 49 25 24 39 28
Octal 241 162 54 0 35 111 45 44 71 50
Binary 10100001 1110010 101100 0 11101 1001001 100101 100100 111001 101000

Color Harmonies of #A1722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1722C

Black with #A1722C

Text Example


Text Example

White with #A1722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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