Html Css Color HEX #A0773E Buttered Rum

📋 copy color: '#A0773E'

red 160 ◦ green 119 ◦ blue 62

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

Shades of Buttered Rum #A0773E

Tints of Buttered Rum #A0773E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 46.92%
G = 34.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0773E (or 0xA0773E) is known color: Buttered Rum. HEX triplet: A0, 77 and 3E. RGB value is (160,119,62). Sum of RGB (Red+Green+Blue) = 160+119+62=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0773E is #5F88C1. Grayscale: #7D7D7D. Windows color (decimal): -6260930 or 4093856. OLE color: 4093856.

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

Color convert

RGB 160 119 62 -
CMYK 0 0.26 0.61 0.37
HSL 34.9º 0.44% 0.44% -
HSV(B) 34.9º 0.61% 0.63% -
XYZ 21.96 21.02 7.46 -
YUV 124.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 160 119 62 0 0.26 0.61 0.37 34.9 0.44 0.44
Hex A0 77 3E 0 1A 3D 25 23 2C 2C
Octal 240 167 76 0 32 75 45 43 54 54
Binary 10100000 1110111 111110 0 11010 111101 100101 100011 101100 101100

Color Harmonies of #A0773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0773E

Black with #A0773E

Text Example


Text Example

White with #A0773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0773E; }

 p { color: rgb(160,119,62); }

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

background-color css

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

 a { background-color: rgb(160,119,62); }

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

border-color css

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

 span { border-color: rgb(160,119,62); }

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