Html Css Color HEX #A0682A Buttered Rum

📋 copy color: '#A0682A'

red 160 ◦ green 104 ◦ blue 42

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

Shades of Buttered Rum #A0682A

Tints of Buttered Rum #A0682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 52.29%
G = 33.99%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0682A (or 0xA0682A) is known color: Buttered Rum. HEX triplet: A0, 68 and 2A. RGB value is (160,104,42). Sum of RGB (Red+Green+Blue) = 160+104+42=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0682A is #5F97D5. Grayscale: #717171. Windows color (decimal): -6264790 or 2779296. OLE color: 2779296.

HSL color Cylindrical-coordinate representation of color #A0682A: hue angle of 31.53º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0682A is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 42 -
CMYK 0 0.35 0.74 0.37
HSL 31.53º 0.58% 0.4% -
HSV(B) 31.53º 0.74% 0.63% -
XYZ 19.87 17.54 4.53 -
YUV 113.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 160 104 42 0 0.35 0.74 0.37 31.53 0.58 0.4
Hex A0 68 2A 0 23 4A 25 20 3A 28
Octal 240 150 52 0 43 112 45 40 72 50
Binary 10100000 1101000 101010 0 100011 1001010 100101 100000 111010 101000

Color Harmonies of #A0682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0682A

Black with #A0682A

Text Example


Text Example

White with #A0682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0682A; }

 p { color: rgb(160,104,42); }

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

background-color css

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

 a { background-color: rgb(160,104,42); }

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

border-color css

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

 span { border-color: rgb(160,104,42); }

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