Html Css Color HEX #A06E20 Buttered Rum

📋 copy color: '#A06E20'

red 160 ◦ green 110 ◦ blue 32

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

Shades of Buttered Rum #A06E20

Tints of Buttered Rum #A06E20

RGB

 RED value IS 160 (62.89% from 255) = 52.98%

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

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 52.98%
G = 36.42%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A06E20 (or 0xA06E20) is known color: Buttered Rum. HEX triplet: A0, 6E and 20. RGB value is (160,110,32). Sum of RGB (Red+Green+Blue) = 160+110+32=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E20 is #5F91DF. Grayscale: #747474. Windows color (decimal): -6263264 or 2125472. OLE color: 2125472.

HSL color Cylindrical-coordinate representation of color #A06E20: hue angle of 36.56º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A06E20 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 110 32 -
CMYK 0 0.31 0.80 0.37
HSL 36.56º 0.67% 0.38% -
HSV(B) 36.56º 0.8% 0.63% -
XYZ 20.33 18.73 3.91 -
YUV 116.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 160 110 32 0 0.31 0.80 0.37 36.56 0.67 0.38
Hex A0 6E 20 0 1F 50 25 25 43 26
Octal 240 156 40 0 37 120 45 45 103 46
Binary 10100000 1101110 100000 0 11111 1010000 100101 100101 1000011 100110

Color Harmonies of #A06E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E20

Black with #A06E20

Text Example


Text Example

White with #A06E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E20; }

 p { color: rgb(160,110,32); }

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

background-color css

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

 a { background-color: rgb(160,110,32); }

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

border-color css

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

 span { border-color: rgb(160,110,32); }

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