Html Css Color HEX #A1753C Buttered Rum

📋 copy color: '#A1753C'

red 161 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #A1753C

Tints of Buttered Rum #A1753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 47.63%
G = 34.62%
B = 17.75%

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

#A1753C (or 0xA1753C) is known color: Buttered Rum. HEX triplet: A1, 75 and 3C. RGB value is (161,117,60). Sum of RGB (Red+Green+Blue) = 161+117+60=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1753C is #5E8AC3. Grayscale: #7B7B7B. Windows color (decimal): -6195908 or 3962273. OLE color: 3962273.

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

Color convert

RGB 161 117 60 -
CMYK 0 0.27 0.63 0.37
HSL 33.86º 0.46% 0.43% -
HSV(B) 33.86º 0.63% 0.63% -
XYZ 21.87 20.63 7.1 -
YUV 123.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 161 117 60 0 0.27 0.63 0.37 33.86 0.46 0.43
Hex A1 75 3C 0 1B 3F 25 22 2E 2B
Octal 241 165 74 0 33 77 45 42 56 53
Binary 10100001 1110101 111100 0 11011 111111 100101 100010 101110 101011

Color Harmonies of #A1753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1753C

Black with #A1753C

Text Example


Text Example

White with #A1753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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