Html Css Color HEX #A07237 Buttered Rum

📋 copy color: '#A07237'

red 160 ◦ green 114 ◦ blue 55

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

Shades of Buttered Rum #A07237

Tints of Buttered Rum #A07237

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 48.63%
G = 34.65%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07237 (or 0xA07237) is known color: Buttered Rum. HEX triplet: A0, 72 and 37. RGB value is (160,114,55). Sum of RGB (Red+Green+Blue) = 160+114+55=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A07237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07237 is #5F8DC8. Grayscale: #797979. Windows color (decimal): -6262217 or 3633824. OLE color: 3633824.

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

Color convert

RGB 160 114 55 -
CMYK 0 0.29 0.66 0.37
HSL 33.71º 0.49% 0.42% -
HSV(B) 33.71º 0.66% 0.63% -
XYZ 21.2 19.78 6.32 -
YUV 121.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 160 114 55 0 0.29 0.66 0.37 33.71 0.49 0.42
Hex A0 72 37 0 1D 42 25 22 31 2A
Octal 240 162 67 0 35 102 45 42 61 52
Binary 10100000 1110010 110111 0 11101 1000010 100101 100010 110001 101010

Color Harmonies of #A07237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07237

Black with #A07237

Text Example


Text Example

White with #A07237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07237; }

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

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

background-color css

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

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

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

border-color css

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

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

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