Html Css Color HEX #A36E32 Buttered Rum

📋 copy color: '#A36E32'

red 163 ◦ green 110 ◦ blue 50

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

Shades of Buttered Rum #A36E32

Tints of Buttered Rum #A36E32

RGB

 RED value IS 163 (64.06% from 255) = 50.46%

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

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

R = 50.46%
G = 34.06%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A36E32 (or 0xA36E32) is known color: Buttered Rum. HEX triplet: A3, 6E and 32. RGB value is (163,110,50). Sum of RGB (Red+Green+Blue) = 163+110+50=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E32 is #5C91CD. Grayscale: #777777. Windows color (decimal): -6066638 or 3305123. OLE color: 3305123.

HSL color Cylindrical-coordinate representation of color #A36E32: 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 #A36E32 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 110 50 -
CMYK 0 0.33 0.69 0.36
HSL 31.86º 0.53% 0.42% -
HSV(B) 31.86º 0.69% 0.64% -
XYZ 21.26 19.17 5.6 -
YUV 119.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 163 110 50 0 0.33 0.69 0.36 31.86 0.53 0.42
Hex A3 6E 32 0 21 45 24 20 35 2A
Octal 243 156 62 0 41 105 44 40 65 52
Binary 10100011 1101110 110010 0 100001 1000101 100100 100000 110101 101010

Color Harmonies of #A36E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36E32

Black with #A36E32

Text Example


Text Example

White with #A36E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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