Html Css Color HEX #A1773C Buttered Rum

📋 copy color: '#A1773C'

red 161 ◦ green 119 ◦ blue 60

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

Shades of Buttered Rum #A1773C

Tints of Buttered Rum #A1773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 47.35%
G = 35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1773C (or 0xA1773C) is known color: Buttered Rum. HEX triplet: A1, 77 and 3C. RGB value is (161,119,60). Sum of RGB (Red+Green+Blue) = 161+119+60=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1773C is #5E88C3. Grayscale: #7D7D7D. Windows color (decimal): -6195396 or 3962785. OLE color: 3962785.

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

Color convert

RGB 161 119 60 -
CMYK 0 0.26 0.63 0.37
HSL 35.05º 0.46% 0.43% -
HSV(B) 35.05º 0.63% 0.63% -
XYZ 22.11 21.1 7.18 -
YUV 124.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 161 119 60 0 0.26 0.63 0.37 35.05 0.46 0.43
Hex A1 77 3C 0 1A 3F 25 23 2E 2B
Octal 241 167 74 0 32 77 45 43 56 53
Binary 10100001 1110111 111100 0 11010 111111 100101 100011 101110 101011

Color Harmonies of #A1773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1773C

Black with #A1773C

Text Example


Text Example

White with #A1773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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