Html Css Color HEX #A0762D Buttered Rum

📋 copy color: '#A0762D'

red 160 ◦ green 118 ◦ blue 45

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

Shades of Buttered Rum #A0762D

Tints of Buttered Rum #A0762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 49.54%
G = 36.53%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0762D (or 0xA0762D) is known color: Buttered Rum. HEX triplet: A0, 76 and 2D. RGB value is (160,118,45). Sum of RGB (Red+Green+Blue) = 160+118+45=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0762D is #5F89D2. Grayscale: #7A7A7A. Windows color (decimal): -6261203 or 2979488. OLE color: 2979488.

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

Color convert

RGB 160 118 45 -
CMYK 0 0.26 0.72 0.37
HSL 38.09º 0.56% 0.4% -
HSV(B) 38.09º 0.72% 0.63% -
XYZ 21.45 20.62 5.33 -
YUV 122.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 160 118 45 0 0.26 0.72 0.37 38.09 0.56 0.4
Hex A0 76 2D 0 1A 48 25 26 38 28
Octal 240 166 55 0 32 110 45 46 70 50
Binary 10100000 1110110 101101 0 11010 1001000 100101 100110 111000 101000

Color Harmonies of #A0762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0762D

Black with #A0762D

Text Example


Text Example

White with #A0762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0762D; }

 p { color: rgb(160,118,45); }

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

background-color css

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

 a { background-color: rgb(160,118,45); }

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

border-color css

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

 span { border-color: rgb(160,118,45); }

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