Html Css Color HEX #A07020 Buttered Rum

📋 copy color: '#A07020'

red 160 ◦ green 112 ◦ blue 32

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

Shades of Buttered Rum #A07020

Tints of Buttered Rum #A07020

RGB

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

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

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

R = 52.63%
G = 36.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A07020 (or 0xA07020) is known color: Buttered Rum. HEX triplet: A0, 70 and 20. RGB value is (160,112,32). Sum of RGB (Red+Green+Blue) = 160+112+32=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A07020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07020 is #5F8FDF. Grayscale: #757575. Windows color (decimal): -6262752 or 2125984. OLE color: 2125984.

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

Color convert

RGB 160 112 32 -
CMYK 0 0.30 0.80 0.37
HSL 37.5º 0.67% 0.38% -
HSV(B) 37.5º 0.8% 0.63% -
XYZ 20.55 19.17 3.98 -
YUV 117.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 160 112 32 0 0.30 0.80 0.37 37.5 0.67 0.38
Hex A0 70 20 0 1E 50 25 26 43 26
Octal 240 160 40 0 36 120 45 46 103 46
Binary 10100000 1110000 100000 0 11110 1010000 100101 100110 1000011 100110

Color Harmonies of #A07020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07020

Black with #A07020

Text Example


Text Example

White with #A07020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07020; }

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

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

background-color css

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

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

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

border-color css

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

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

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