Html Css Color HEX #A06D37 Buttered Rum

📋 copy color: '#A06D37'

red 160 ◦ green 109 ◦ blue 55

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

Shades of Buttered Rum #A06D37

Tints of Buttered Rum #A06D37

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 49.38%
G = 33.64%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A06D37 (or 0xA06D37) is known color: Buttered Rum. HEX triplet: A0, 6D and 37. RGB value is (160,109,55). Sum of RGB (Red+Green+Blue) = 160+109+55=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D37 is #5F92C8. Grayscale: #767676. Windows color (decimal): -6263497 or 3632544. OLE color: 3632544.

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

Color convert

RGB 160 109 55 -
CMYK 0 0.32 0.66 0.37
HSL 30.86º 0.49% 0.42% -
HSV(B) 30.86º 0.66% 0.63% -
XYZ 20.66 18.69 6.13 -
YUV 118.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 160 109 55 0 0.32 0.66 0.37 30.86 0.49 0.42
Hex A0 6D 37 0 20 42 25 1F 31 2A
Octal 240 155 67 0 40 102 45 37 61 52
Binary 10100000 1101101 110111 0 100000 1000010 100101 11111 110001 101010

Color Harmonies of #A06D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D37

Black with #A06D37

Text Example


Text Example

White with #A06D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D37; }

 p { color: rgb(160,109,55); }

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

background-color css

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

 a { background-color: rgb(160,109,55); }

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

border-color css

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

 span { border-color: rgb(160,109,55); }

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