Html Css Color HEX #A0763C Buttered Rum

📋 copy color: '#A0763C'

red 160 ◦ green 118 ◦ blue 60

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

Shades of Buttered Rum #A0763C

Tints of Buttered Rum #A0763C

RGB

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

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

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

R = 47.34%
G = 34.91%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0763C (or 0xA0763C) is known color: Buttered Rum. HEX triplet: A0, 76 and 3C. RGB value is (160,118,60). Sum of RGB (Red+Green+Blue) = 160+118+60=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0763C is #5F89C3. Grayscale: #7C7C7C. Windows color (decimal): -6261188 or 3962528. OLE color: 3962528.

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

Color convert

RGB 160 118 60 -
CMYK 0 0.26 0.62 0.37
HSL 34.8º 0.45% 0.43% -
HSV(B) 34.8º 0.63% 0.63% -
XYZ 21.79 20.76 7.13 -
YUV 123.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 160 118 60 0 0.26 0.62 0.37 34.8 0.45 0.43
Hex A0 76 3C 0 1A 3E 25 23 2D 2B
Octal 240 166 74 0 32 76 45 43 55 53
Binary 10100000 1110110 111100 0 11010 111110 100101 100011 101101 101011

Color Harmonies of #A0763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0763C

Black with #A0763C

Text Example


Text Example

White with #A0763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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