Html Css Color HEX #A1733D Buttered Rum

📋 copy color: '#A1733D'

red 161 ◦ green 115 ◦ blue 61

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

Shades of Buttered Rum #A1733D

Tints of Buttered Rum #A1733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 47.77%
G = 34.12%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1733D (or 0xA1733D) is known color: Buttered Rum. HEX triplet: A1, 73 and 3D. RGB value is (161,115,61). Sum of RGB (Red+Green+Blue) = 161+115+61=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1733D is #5E8CC2. Grayscale: #7A7A7A. Windows color (decimal): -6196419 or 4027297. OLE color: 4027297.

HSL color Cylindrical-coordinate representation of color #A1733D: hue angle of 32.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1733D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 61 -
CMYK 0 0.29 0.62 0.37
HSL 32.4º 0.45% 0.44% -
HSV(B) 32.4º 0.62% 0.63% -
XYZ 21.67 20.18 7.17 -
YUV 122.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 161 115 61 0 0.29 0.62 0.37 32.4 0.45 0.44
Hex A1 73 3D 0 1D 3E 25 20 2D 2C
Octal 241 163 75 0 35 76 45 40 55 54
Binary 10100001 1110011 111101 0 11101 111110 100101 100000 101101 101100

Color Harmonies of #A1733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1733D

Black with #A1733D

Text Example


Text Example

White with #A1733D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1733D; }

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

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

background-color css

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

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

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

border-color css

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

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

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