Html Css Color HEX #A1763C Buttered Rum

📋 copy color: '#A1763C'

red 161 ◦ green 118 ◦ blue 60

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

Shades of Buttered Rum #A1763C

Tints of Buttered Rum #A1763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 47.49%
G = 34.81%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1763C (or 0xA1763C) is known color: Buttered Rum. HEX triplet: A1, 76 and 3C. RGB value is (161,118,60). Sum of RGB (Red+Green+Blue) = 161+118+60=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1763C is #5E89C3. Grayscale: #7C7C7C. Windows color (decimal): -6195652 or 3962529. OLE color: 3962529.

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

Color convert

RGB 161 118 60 -
CMYK 0 0.27 0.63 0.37
HSL 34.46º 0.46% 0.43% -
HSV(B) 34.46º 0.63% 0.63% -
XYZ 21.99 20.86 7.14 -
YUV 124.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 161 118 60 0 0.27 0.63 0.37 34.46 0.46 0.43
Hex A1 76 3C 0 1B 3F 25 22 2E 2B
Octal 241 166 74 0 33 77 45 42 56 53
Binary 10100001 1110110 111100 0 11011 111111 100101 100010 101110 101011

Color Harmonies of #A1763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1763C

Black with #A1763C

Text Example


Text Example

White with #A1763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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