Html Css Color HEX #A0752B Buttered Rum

📋 copy color: '#A0752B'

red 160 ◦ green 117 ◦ blue 43

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

Shades of Buttered Rum #A0752B

Tints of Buttered Rum #A0752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 50%
G = 36.56%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0752B (or 0xA0752B) is known color: Buttered Rum. HEX triplet: A0, 75 and 2B. RGB value is (160,117,43). Sum of RGB (Red+Green+Blue) = 160+117+43=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0752B is #5F8AD4. Grayscale: #797979. Windows color (decimal): -6261461 or 2848160. OLE color: 2848160.

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

Color convert

RGB 160 117 43 -
CMYK 0 0.27 0.73 0.37
HSL 37.95º 0.58% 0.4% -
HSV(B) 37.95º 0.73% 0.63% -
XYZ 21.29 20.37 5.1 -
YUV 121.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 160 117 43 0 0.27 0.73 0.37 37.95 0.58 0.4
Hex A0 75 2B 0 1B 49 25 26 3A 28
Octal 240 165 53 0 33 111 45 46 72 50
Binary 10100000 1110101 101011 0 11011 1001001 100101 100110 111010 101000

Color Harmonies of #A0752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0752B

Black with #A0752B

Text Example


Text Example

White with #A0752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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