Html Css Color HEX #A0773F Buttered Rum

📋 copy color: '#A0773F'

red 160 ◦ green 119 ◦ blue 63

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

Shades of Buttered Rum #A0773F

Tints of Buttered Rum #A0773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.42%

R = 46.78%
G = 34.8%
B = 18.42%

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

#A0773F (or 0xA0773F) is known color: Buttered Rum. HEX triplet: A0, 77 and 3F. RGB value is (160,119,63). Sum of RGB (Red+Green+Blue) = 160+119+63=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0773F is #5F88C0. Grayscale: #7D7D7D. Windows color (decimal): -6260929 or 4159392. OLE color: 4159392.

HSL color Cylindrical-coordinate representation of color #A0773F: hue angle of 34.64º degrees, saturation: 0.43, 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 #A0773F is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 63 -
CMYK 0 0.26 0.61 0.37
HSL 34.64º 0.43% 0.44% -
HSV(B) 34.64º 0.61% 0.63% -
XYZ 21.99 21.03 7.6 -
YUV 124.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 160 119 63 0 0.26 0.61 0.37 34.64 0.43 0.44
Hex A0 77 3F 0 1A 3D 25 23 2B 2C
Octal 240 167 77 0 32 75 45 43 53 54
Binary 10100000 1110111 111111 0 11010 111101 100101 100011 101011 101100

Color Harmonies of #A0773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0773F

Black with #A0773F

Text Example


Text Example

White with #A0773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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