Html Css Color HEX #A0752F Buttered Rum

📋 copy color: '#A0752F'

red 160 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #A0752F

Tints of Buttered Rum #A0752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 49.38%
G = 36.11%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0752F (or 0xA0752F) is known color: Buttered Rum. HEX triplet: A0, 75 and 2F. RGB value is (160,117,47). Sum of RGB (Red+Green+Blue) = 160+117+47=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0752F is #5F8AD0. Grayscale: #7A7A7A. Windows color (decimal): -6261457 or 3110304. OLE color: 3110304.

HSL color Cylindrical-coordinate representation of color #A0752F: hue angle of 37.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0752F is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 47 -
CMYK 0 0.27 0.71 0.37
HSL 37.17º 0.55% 0.41% -
HSV(B) 37.17º 0.71% 0.63% -
XYZ 21.37 20.4 5.5 -
YUV 121.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 160 117 47 0 0.27 0.71 0.37 37.17 0.55 0.41
Hex A0 75 2F 0 1B 47 25 25 37 29
Octal 240 165 57 0 33 107 45 45 67 51
Binary 10100000 1110101 101111 0 11011 1000111 100101 100101 110111 101001

Color Harmonies of #A0752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0752F

Black with #A0752F

Text Example


Text Example

White with #A0752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0752F; }

 p { color: rgb(160,117,47); }

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

background-color css

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

 a { background-color: rgb(160,117,47); }

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

border-color css

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

 span { border-color: rgb(160,117,47); }

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