Html Css Color HEX #A0733A Buttered Rum

📋 copy color: '#A0733A'

red 160 ◦ green 115 ◦ blue 58

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

Shades of Buttered Rum #A0733A

Tints of Buttered Rum #A0733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 48.05%
G = 34.53%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0733A (or 0xA0733A) is known color: Buttered Rum. HEX triplet: A0, 73 and 3A. RGB value is (160,115,58). Sum of RGB (Red+Green+Blue) = 160+115+58=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0733A is #5F8CC5. Grayscale: #7A7A7A. Windows color (decimal): -6261958 or 3830688. OLE color: 3830688.

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

Color convert

RGB 160 115 58 -
CMYK 0 0.28 0.64 0.37
HSL 33.53º 0.47% 0.43% -
HSV(B) 33.53º 0.64% 0.63% -
XYZ 21.39 20.04 6.74 -
YUV 121.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 160 115 58 0 0.28 0.64 0.37 33.53 0.47 0.43
Hex A0 73 3A 0 1C 40 25 22 2F 2B
Octal 240 163 72 0 34 100 45 42 57 53
Binary 10100000 1110011 111010 0 11100 1000000 100101 100010 101111 101011

Color Harmonies of #A0733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0733A

Black with #A0733A

Text Example


Text Example

White with #A0733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0733A; }

 p { color: rgb(160,115,58); }

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

background-color css

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

 a { background-color: rgb(160,115,58); }

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

border-color css

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

 span { border-color: rgb(160,115,58); }

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