Html Css Color HEX #A07037 Buttered Rum

📋 copy color: '#A07037'

red 160 ◦ green 112 ◦ blue 55

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

Shades of Buttered Rum #A07037

Tints of Buttered Rum #A07037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

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

R = 48.93%
G = 34.25%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07037 (or 0xA07037) is known color: Buttered Rum. HEX triplet: A0, 70 and 37. RGB value is (160,112,55). Sum of RGB (Red+Green+Blue) = 160+112+55=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A07037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07037 is #5F8FC8. Grayscale: #787878. Windows color (decimal): -6262729 or 3633312. OLE color: 3633312.

HSL color Cylindrical-coordinate representation of color #A07037: hue angle of 32.57º 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 #A07037 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 55 -
CMYK 0 0.30 0.66 0.37
HSL 32.57º 0.49% 0.42% -
HSV(B) 32.57º 0.66% 0.63% -
XYZ 20.98 19.34 6.24 -
YUV 119.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 160 112 55 0 0.30 0.66 0.37 32.57 0.49 0.42
Hex A0 70 37 0 1E 42 25 21 31 2A
Octal 240 160 67 0 36 102 45 41 61 52
Binary 10100000 1110000 110111 0 11110 1000010 100101 100001 110001 101010

Color Harmonies of #A07037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07037

Black with #A07037

Text Example


Text Example

White with #A07037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07037; }

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

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

background-color css

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

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

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

border-color css

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

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

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