Html Css Color HEX #A46F2F Buttered Rum

📋 copy color: '#A46F2F'

red 164 ◦ green 111 ◦ blue 47

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

Shades of Buttered Rum #A46F2F

Tints of Buttered Rum #A46F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 50.93%
G = 34.47%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A46F2F (or 0xA46F2F) is known color: Buttered Rum. HEX triplet: A4, 6F and 2F. RGB value is (164,111,47). Sum of RGB (Red+Green+Blue) = 164+111+47=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F2F is #5B90D0. Grayscale: #777777. Windows color (decimal): -6000849 or 3108772. OLE color: 3108772.

HSL color Cylindrical-coordinate representation of color #A46F2F: hue angle of 32.82º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A46F2F is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 47 -
CMYK 0 0.32 0.71 0.36
HSL 32.82º 0.55% 0.41% -
HSV(B) 32.82º 0.71% 0.64% -
XYZ 21.51 19.47 5.31 -
YUV 119.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 164 111 47 0 0.32 0.71 0.36 32.82 0.55 0.41
Hex A4 6F 2F 0 20 47 24 21 37 29
Octal 244 157 57 0 40 107 44 41 67 51
Binary 10100100 1101111 101111 0 100000 1000111 100100 100001 110111 101001

Color Harmonies of #A46F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F2F

Black with #A46F2F

Text Example


Text Example

White with #A46F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F2F; }

 p { color: rgb(164,111,47); }

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

background-color css

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

 a { background-color: rgb(164,111,47); }

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

border-color css

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

 span { border-color: rgb(164,111,47); }

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