Html Css Color HEX #A17132 Buttered Rum

📋 copy color: '#A17132'

red 161 ◦ green 113 ◦ blue 50

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

Shades of Buttered Rum #A17132

Tints of Buttered Rum #A17132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.88%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 49.69%
G = 34.88%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A17132 (or 0xA17132) is known color: Buttered Rum. HEX triplet: A1, 71 and 32. RGB value is (161,113,50). Sum of RGB (Red+Green+Blue) = 161+113+50=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A17132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17132 is #5E8ECD. Grayscale: #787878. Windows color (decimal): -6196942 or 3305889. OLE color: 3305889.

HSL color Cylindrical-coordinate representation of color #A17132: hue angle of 34.05º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A17132 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 50 -
CMYK 0 0.30 0.69 0.37
HSL 34.05º 0.53% 0.41% -
HSV(B) 34.05º 0.69% 0.63% -
XYZ 21.18 19.62 5.69 -
YUV 120.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 161 113 50 0 0.30 0.69 0.37 34.05 0.53 0.41
Hex A1 71 32 0 1E 45 25 22 35 29
Octal 241 161 62 0 36 105 45 42 65 51
Binary 10100001 1110001 110010 0 11110 1000101 100101 100010 110101 101001

Color Harmonies of #A17132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17132

Black with #A17132

Text Example


Text Example

White with #A17132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17132; }

 p { color: rgb(161,113,50); }

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

background-color css

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

 a { background-color: rgb(161,113,50); }

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

border-color css

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

 span { border-color: rgb(161,113,50); }

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