Html Css Color HEX #A46F34 Buttered Rum

📋 copy color: '#A46F34'

red 164 ◦ green 111 ◦ blue 52

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

Shades of Buttered Rum #A46F34

Tints of Buttered Rum #A46F34

RGB

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

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

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

R = 50.15%
G = 33.94%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A46F34 (or 0xA46F34) is known color: Buttered Rum. HEX triplet: A4, 6F and 34. RGB value is (164,111,52). Sum of RGB (Red+Green+Blue) = 164+111+52=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F34 is #5B90CB. Grayscale: #787878. Windows color (decimal): -6000844 or 3436452. OLE color: 3436452.

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

Color convert

RGB 164 111 52 -
CMYK 0 0.32 0.68 0.36
HSL 31.61º 0.52% 0.42% -
HSV(B) 31.61º 0.68% 0.64% -
XYZ 21.61 19.51 5.88 -
YUV 120.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 164 111 52 0 0.32 0.68 0.36 31.61 0.52 0.42
Hex A4 6F 34 0 20 44 24 20 34 2A
Octal 244 157 64 0 40 104 44 40 64 52
Binary 10100100 1101111 110100 0 100000 1000100 100100 100000 110100 101010

Color Harmonies of #A46F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F34

Black with #A46F34

Text Example


Text Example

White with #A46F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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