Html Css Color HEX #A07A37 Buttered Rum

📋 copy color: '#A07A37'

red 160 ◦ green 122 ◦ blue 55

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

Shades of Buttered Rum #A07A37

Tints of Buttered Rum #A07A37

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 47.48%
G = 36.2%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07A37 (or 0xA07A37) is known color: Buttered Rum. HEX triplet: A0, 7A and 37. RGB value is (160,122,55). Sum of RGB (Red+Green+Blue) = 160+122+55=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A37 is #5F85C8. Grayscale: #7E7E7E. Windows color (decimal): -6260169 or 3635872. OLE color: 3635872.

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

Color convert

RGB 160 122 55 -
CMYK 0 0.24 0.66 0.37
HSL 38.29º 0.49% 0.42% -
HSV(B) 38.29º 0.66% 0.63% -
XYZ 22.15 21.67 6.63 -
YUV 125.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 160 122 55 0 0.24 0.66 0.37 38.29 0.49 0.42
Hex A0 7A 37 0 18 42 25 26 31 2A
Octal 240 172 67 0 30 102 45 46 61 52
Binary 10100000 1111010 110111 0 11000 1000010 100101 100110 110001 101010

Color Harmonies of #A07A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A37

Black with #A07A37

Text Example


Text Example

White with #A07A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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