Html Css Color HEX #A16F33 Buttered Rum

📋 copy color: '#A16F33'

red 161 ◦ green 111 ◦ blue 51

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

Shades of Buttered Rum #A16F33

Tints of Buttered Rum #A16F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 49.85%
G = 34.37%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A16F33 (or 0xA16F33) is known color: Buttered Rum. HEX triplet: A1, 6F and 33. RGB value is (161,111,51). Sum of RGB (Red+Green+Blue) = 161+111+51=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F33 is #5E90CC. Grayscale: #777777. Windows color (decimal): -6197453 or 3370913. OLE color: 3370913.

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

Color convert

RGB 161 111 51 -
CMYK 0 0.31 0.68 0.37
HSL 32.73º 0.52% 0.42% -
HSV(B) 32.73º 0.68% 0.63% -
XYZ 20.98 19.18 5.73 -
YUV 119.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 161 111 51 0 0.31 0.68 0.37 32.73 0.52 0.42
Hex A1 6F 33 0 1F 44 25 21 34 2A
Octal 241 157 63 0 37 104 45 41 64 52
Binary 10100001 1101111 110011 0 11111 1000100 100101 100001 110100 101010

Color Harmonies of #A16F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F33

Black with #A16F33

Text Example


Text Example

White with #A16F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F33; }

 p { color: rgb(161,111,51); }

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

background-color css

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

 a { background-color: rgb(161,111,51); }

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

border-color css

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

 span { border-color: rgb(161,111,51); }

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