Html Css Color HEX #A17434 Buttered Rum

📋 copy color: '#A17434'

red 161 ◦ green 116 ◦ blue 52

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

Shades of Buttered Rum #A17434

Tints of Buttered Rum #A17434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 48.94%
G = 35.26%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A17434 (or 0xA17434) is known color: Buttered Rum. HEX triplet: A1, 74 and 34. RGB value is (161,116,52). Sum of RGB (Red+Green+Blue) = 161+116+52=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A17434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17434 is #5E8BCB. Grayscale: #7A7A7A. Windows color (decimal): -6196172 or 3437729. OLE color: 3437729.

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

Color convert

RGB 161 116 52 -
CMYK 0 0.28 0.68 0.37
HSL 35.23º 0.51% 0.42% -
HSV(B) 35.23º 0.68% 0.63% -
XYZ 21.56 20.32 6.03 -
YUV 122.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 161 116 52 0 0.28 0.68 0.37 35.23 0.51 0.42
Hex A1 74 34 0 1C 44 25 23 33 2A
Octal 241 164 64 0 34 104 45 43 63 52
Binary 10100001 1110100 110100 0 11100 1000100 100101 100011 110011 101010

Color Harmonies of #A17434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17434

Black with #A17434

Text Example


Text Example

White with #A17434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17434; }

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

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

background-color css

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

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

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

border-color css

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

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

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