Html Css Color HEX #A17232 Buttered Rum

📋 copy color: '#A17232'

red 161 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #A17232

Tints of Buttered Rum #A17232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 49.54%
G = 35.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A17232 (or 0xA17232) is known color: Buttered Rum. HEX triplet: A1, 72 and 32. RGB value is (161,114,50). Sum of RGB (Red+Green+Blue) = 161+114+50=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A17232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17232 is #5E8DCD. Grayscale: #797979. Windows color (decimal): -6196686 or 3306145. OLE color: 3306145.

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

Color convert

RGB 161 114 50 -
CMYK 0 0.29 0.69 0.37
HSL 34.59º 0.53% 0.41% -
HSV(B) 34.59º 0.69% 0.63% -
XYZ 21.29 19.84 5.73 -
YUV 120.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 161 114 50 0 0.29 0.69 0.37 34.59 0.53 0.41
Hex A1 72 32 0 1D 45 25 23 35 29
Octal 241 162 62 0 35 105 45 43 65 51
Binary 10100001 1110010 110010 0 11101 1000101 100101 100011 110101 101001

Color Harmonies of #A17232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17232

Black with #A17232

Text Example


Text Example

White with #A17232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17232; }

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

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

background-color css

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

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

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

border-color css

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

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

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