Html Css Color HEX #A06E21 Buttered Rum

📋 copy color: '#A06E21'

red 160 ◦ green 110 ◦ blue 33

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

Shades of Buttered Rum #A06E21

Tints of Buttered Rum #A06E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 52.81%
G = 36.3%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A06E21 (or 0xA06E21) is known color: Buttered Rum. HEX triplet: A0, 6E and 21. RGB value is (160,110,33). Sum of RGB (Red+Green+Blue) = 160+110+33=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E21 is #5F91DE. Grayscale: #747474. Windows color (decimal): -6263263 or 2191008. OLE color: 2191008.

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

Color convert

RGB 160 110 33 -
CMYK 0 0.31 0.79 0.37
HSL 36.38º 0.66% 0.38% -
HSV(B) 36.38º 0.79% 0.63% -
XYZ 20.35 18.74 3.98 -
YUV 116.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 160 110 33 0 0.31 0.79 0.37 36.38 0.66 0.38
Hex A0 6E 21 0 1F 4F 25 24 42 26
Octal 240 156 41 0 37 117 45 44 102 46
Binary 10100000 1101110 100001 0 11111 1001111 100101 100100 1000010 100110

Color Harmonies of #A06E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E21

Black with #A06E21

Text Example


Text Example

White with #A06E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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