Html Css Color HEX #A46E32 Buttered Rum

📋 copy color: '#A46E32'

red 164 ◦ green 110 ◦ blue 50

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

Shades of Buttered Rum #A46E32

Tints of Buttered Rum #A46E32

RGB

 RED value IS 164 (64.45% from 255) = 50.62%

 GREEN value IS 110 (43.36% from 255) = 33.95%

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

R = 50.62%
G = 33.95%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A46E32 (or 0xA46E32) is known color: Buttered Rum. HEX triplet: A4, 6E and 32. RGB value is (164,110,50). Sum of RGB (Red+Green+Blue) = 164+110+50=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E32 is #5B91CD. Grayscale: #777777. Windows color (decimal): -6001102 or 3305124. OLE color: 3305124.

HSL color Cylindrical-coordinate representation of color #A46E32: hue angle of 31.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A46E32 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 50 -
CMYK 0 0.33 0.70 0.36
HSL 31.58º 0.53% 0.42% -
HSV(B) 31.58º 0.7% 0.64% -
XYZ 21.46 19.27 5.61 -
YUV 119.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 164 110 50 0 0.33 0.70 0.36 31.58 0.53 0.42
Hex A4 6E 32 0 21 46 24 20 35 2A
Octal 244 156 62 0 41 106 44 40 65 52
Binary 10100100 1101110 110010 0 100001 1000110 100100 100000 110101 101010

Color Harmonies of #A46E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E32

Black with #A46E32

Text Example


Text Example

White with #A46E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E32; }

 p { color: rgb(164,110,50); }

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

background-color css

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

 a { background-color: rgb(164,110,50); }

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

border-color css

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

 span { border-color: rgb(164,110,50); }

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