Html Css Color HEX #A17234 Buttered Rum

📋 copy color: '#A17234'

red 161 ◦ green 114 ◦ blue 52

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

Shades of Buttered Rum #A17234

Tints of Buttered Rum #A17234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 49.24%
G = 34.86%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A17234 (or 0xA17234) is known color: Buttered Rum. HEX triplet: A1, 72 and 34. RGB value is (161,114,52). Sum of RGB (Red+Green+Blue) = 161+114+52=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A17234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17234 is #5E8DCB. Grayscale: #797979. Windows color (decimal): -6196684 or 3437217. OLE color: 3437217.

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

Color convert

RGB 161 114 52 -
CMYK 0 0.29 0.68 0.37
HSL 34.13º 0.51% 0.42% -
HSV(B) 34.13º 0.68% 0.63% -
XYZ 21.34 19.86 5.96 -
YUV 120.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 161 114 52 0 0.29 0.68 0.37 34.13 0.51 0.42
Hex A1 72 34 0 1D 44 25 22 33 2A
Octal 241 162 64 0 35 104 45 42 63 52
Binary 10100001 1110010 110100 0 11101 1000100 100101 100010 110011 101010

Color Harmonies of #A17234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17234

Black with #A17234

Text Example


Text Example

White with #A17234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17234; }

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

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

background-color css

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

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

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

border-color css

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

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

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