Html Css Color HEX #A07120 Buttered Rum

📋 copy color: '#A07120'

red 160 ◦ green 113 ◦ blue 32

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

Shades of Buttered Rum #A07120

Tints of Buttered Rum #A07120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 52.46%
G = 37.05%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A07120 (or 0xA07120) is known color: Buttered Rum. HEX triplet: A0, 71 and 20. RGB value is (160,113,32). Sum of RGB (Red+Green+Blue) = 160+113+32=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A07120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07120 is #5F8EDF. Grayscale: #767676. Windows color (decimal): -6262496 or 2126240. OLE color: 2126240.

HSL color Cylindrical-coordinate representation of color #A07120: hue angle of 37.97º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A07120 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 32 -
CMYK 0 0.29 0.80 0.37
HSL 37.97º 0.67% 0.38% -
HSV(B) 37.97º 0.8% 0.63% -
XYZ 20.66 19.39 4.02 -
YUV 117.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 160 113 32 0 0.29 0.80 0.37 37.97 0.67 0.38
Hex A0 71 20 0 1D 50 25 26 43 26
Octal 240 161 40 0 35 120 45 46 103 46
Binary 10100000 1110001 100000 0 11101 1010000 100101 100110 1000011 100110

Color Harmonies of #A07120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07120

Black with #A07120

Text Example


Text Example

White with #A07120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07120; }

 p { color: rgb(160,113,32); }

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

background-color css

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

 a { background-color: rgb(160,113,32); }

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

border-color css

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

 span { border-color: rgb(160,113,32); }

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