Html Css Color HEX #A06E2A Buttered Rum

📋 copy color: '#A06E2A'

red 160 ◦ green 110 ◦ blue 42

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

Shades of Buttered Rum #A06E2A

Tints of Buttered Rum #A06E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 51.28%
G = 35.26%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A06E2A (or 0xA06E2A) is known color: Buttered Rum. HEX triplet: A0, 6E and 2A. RGB value is (160,110,42). Sum of RGB (Red+Green+Blue) = 160+110+42=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E2A is #5F91D5. Grayscale: #757575. Windows color (decimal): -6263254 or 2780832. OLE color: 2780832.

HSL color Cylindrical-coordinate representation of color #A06E2A: hue angle of 34.58º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A06E2A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 110 42 -
CMYK 0 0.31 0.74 0.37
HSL 34.58º 0.58% 0.4% -
HSV(B) 34.58º 0.74% 0.63% -
XYZ 20.49 18.79 4.74 -
YUV 117.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 160 110 42 0 0.31 0.74 0.37 34.58 0.58 0.4
Hex A0 6E 2A 0 1F 4A 25 23 3A 28
Octal 240 156 52 0 37 112 45 43 72 50
Binary 10100000 1101110 101010 0 11111 1001010 100101 100011 111010 101000

Color Harmonies of #A06E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E2A

Black with #A06E2A

Text Example


Text Example

White with #A06E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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