Html Css Color HEX #A1773F Buttered Rum

📋 copy color: '#A1773F'

red 161 ◦ green 119 ◦ blue 63

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

Shades of Buttered Rum #A1773F

Tints of Buttered Rum #A1773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 46.94%
G = 34.69%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1773F (or 0xA1773F) is known color: Buttered Rum. HEX triplet: A1, 77 and 3F. RGB value is (161,119,63). Sum of RGB (Red+Green+Blue) = 161+119+63=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1773F is #5E88C0. Grayscale: #7D7D7D. Windows color (decimal): -6195393 or 4159393. OLE color: 4159393.

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

Color convert

RGB 161 119 63 -
CMYK 0 0.26 0.61 0.37
HSL 34.29º 0.44% 0.44% -
HSV(B) 34.29º 0.61% 0.63% -
XYZ 22.19 21.13 7.61 -
YUV 125.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 161 119 63 0 0.26 0.61 0.37 34.29 0.44 0.44
Hex A1 77 3F 0 1A 3D 25 22 2C 2C
Octal 241 167 77 0 32 75 45 42 54 54
Binary 10100001 1110111 111111 0 11010 111101 100101 100010 101100 101100

Color Harmonies of #A1773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1773F

Black with #A1773F

Text Example


Text Example

White with #A1773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1773F; }

 p { color: rgb(161,119,63); }

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

background-color css

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

 a { background-color: rgb(161,119,63); }

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

border-color css

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

 span { border-color: rgb(161,119,63); }

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