Html Css Color HEX #A16E35 Buttered Rum

📋 copy color: '#A16E35'

red 161 ◦ green 110 ◦ blue 53

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

Shades of Buttered Rum #A16E35

Tints of Buttered Rum #A16E35

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.95%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 49.69%
G = 33.95%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A16E35 (or 0xA16E35) is known color: Buttered Rum. HEX triplet: A1, 6E and 35. RGB value is (161,110,53). Sum of RGB (Red+Green+Blue) = 161+110+53=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E35 is #5E91CA. Grayscale: #777777. Windows color (decimal): -6197707 or 3501729. OLE color: 3501729.

HSL color Cylindrical-coordinate representation of color #A16E35: hue angle of 31.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A16E35 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 53 -
CMYK 0 0.32 0.67 0.37
HSL 31.67º 0.5% 0.42% -
HSV(B) 31.67º 0.67% 0.63% -
XYZ 20.92 18.99 5.93 -
YUV 118.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 161 110 53 0 0.32 0.67 0.37 31.67 0.5 0.42
Hex A1 6E 35 0 20 43 25 20 32 2A
Octal 241 156 65 0 40 103 45 40 62 52
Binary 10100001 1101110 110101 0 100000 1000011 100101 100000 110010 101010

Color Harmonies of #A16E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E35

Black with #A16E35

Text Example


Text Example

White with #A16E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E35; }

 p { color: rgb(161,110,53); }

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

background-color css

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

 a { background-color: rgb(161,110,53); }

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

border-color css

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

 span { border-color: rgb(161,110,53); }

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