Html Css Color HEX #A46C2C Buttered Rum

📋 copy color: '#A46C2C'

red 164 ◦ green 108 ◦ blue 44

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

Shades of Buttered Rum #A46C2C

Tints of Buttered Rum #A46C2C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 51.9%
G = 34.18%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A46C2C (or 0xA46C2C) is known color: Buttered Rum. HEX triplet: A4, 6C and 2C. RGB value is (164,108,44). Sum of RGB (Red+Green+Blue) = 164+108+44=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C2C is #5B93D3. Grayscale: #757575. Windows color (decimal): -6001620 or 2911396. OLE color: 2911396.

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

Color convert

RGB 164 108 44 -
CMYK 0 0.34 0.73 0.36
HSL 32º 0.58% 0.41% -
HSV(B) 32º 0.73% 0.64% -
XYZ 21.13 18.8 4.9 -
YUV 117.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 164 108 44 0 0.34 0.73 0.36 32 0.58 0.41
Hex A4 6C 2C 0 22 49 24 20 3A 29
Octal 244 154 54 0 42 111 44 40 72 51
Binary 10100100 1101100 101100 0 100010 1001001 100100 100000 111010 101001

Color Harmonies of #A46C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C2C

Black with #A46C2C

Text Example


Text Example

White with #A46C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C2C; }

 p { color: rgb(164,108,44); }

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

background-color css

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

 a { background-color: rgb(164,108,44); }

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

border-color css

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

 span { border-color: rgb(164,108,44); }

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