Html Css Color HEX #A0793C Buttered Rum

📋 copy color: '#A0793C'

red 160 ◦ green 121 ◦ blue 60

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

Shades of Buttered Rum #A0793C

Tints of Buttered Rum #A0793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 46.92%
G = 35.48%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0793C (or 0xA0793C) is known color: Buttered Rum. HEX triplet: A0, 79 and 3C. RGB value is (160,121,60). Sum of RGB (Red+Green+Blue) = 160+121+60=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0793C is #5F86C3. Grayscale: #7D7D7D. Windows color (decimal): -6260420 or 3963296. OLE color: 3963296.

HSL color Cylindrical-coordinate representation of color #A0793C: hue angle of 36.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0793C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 60 -
CMYK 0 0.24 0.62 0.37
HSL 36.6º 0.45% 0.43% -
HSV(B) 36.6º 0.63% 0.63% -
XYZ 22.15 21.47 7.25 -
YUV 125.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 160 121 60 0 0.24 0.62 0.37 36.6 0.45 0.43
Hex A0 79 3C 0 18 3E 25 25 2D 2B
Octal 240 171 74 0 30 76 45 45 55 53
Binary 10100000 1111001 111100 0 11000 111110 100101 100101 101101 101011

Color Harmonies of #A0793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0793C

Black with #A0793C

Text Example


Text Example

White with #A0793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0793C; }

 p { color: rgb(160,121,60); }

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

background-color css

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

 a { background-color: rgb(160,121,60); }

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

border-color css

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

 span { border-color: rgb(160,121,60); }

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