Html Css Color HEX #A1773E Buttered Rum

📋 copy color: '#A1773E'

red 161 ◦ green 119 ◦ blue 62

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

Shades of Buttered Rum #A1773E

Tints of Buttered Rum #A1773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 47.08%
G = 34.8%
B = 18.13%

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

#A1773E (or 0xA1773E) is known color: Buttered Rum. HEX triplet: A1, 77 and 3E. RGB value is (161,119,62). Sum of RGB (Red+Green+Blue) = 161+119+62=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1773E is #5E88C1. Grayscale: #7D7D7D. Windows color (decimal): -6195394 or 4093857. OLE color: 4093857.

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

Color convert

RGB 161 119 62 -
CMYK 0 0.26 0.61 0.37
HSL 34.55º 0.44% 0.44% -
HSV(B) 34.55º 0.61% 0.63% -
XYZ 22.16 21.12 7.47 -
YUV 125.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 161 119 62 0 0.26 0.61 0.37 34.55 0.44 0.44
Hex A1 77 3E 0 1A 3D 25 23 2C 2C
Octal 241 167 76 0 32 75 45 43 54 54
Binary 10100001 1110111 111110 0 11010 111101 100101 100011 101100 101100

Color Harmonies of #A1773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1773E

Black with #A1773E

Text Example


Text Example

White with #A1773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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