Html Css Color HEX #A46F33 Buttered Rum

📋 copy color: '#A46F33'

red 164 ◦ green 111 ◦ blue 51

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

Shades of Buttered Rum #A46F33

Tints of Buttered Rum #A46F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 50.31%
G = 34.05%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A46F33 (or 0xA46F33) is known color: Buttered Rum. HEX triplet: A4, 6F and 33. RGB value is (164,111,51). Sum of RGB (Red+Green+Blue) = 164+111+51=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F33 is #5B90CC. Grayscale: #787878. Windows color (decimal): -6000845 or 3370916. OLE color: 3370916.

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

Color convert

RGB 164 111 51 -
CMYK 0 0.32 0.69 0.36
HSL 31.86º 0.53% 0.42% -
HSV(B) 31.86º 0.69% 0.64% -
XYZ 21.59 19.5 5.76 -
YUV 120.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 164 111 51 0 0.32 0.69 0.36 31.86 0.53 0.42
Hex A4 6F 33 0 20 45 24 20 35 2A
Octal 244 157 63 0 40 105 44 40 65 52
Binary 10100100 1101111 110011 0 100000 1000101 100100 100000 110101 101010

Color Harmonies of #A46F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F33

Black with #A46F33

Text Example


Text Example

White with #A46F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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