Html Css Color HEX #A0753C Buttered Rum

📋 copy color: '#A0753C'

red 160 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #A0753C

Tints of Buttered Rum #A0753C

RGB

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

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

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

R = 47.48%
G = 34.72%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0753C (or 0xA0753C) is known color: Buttered Rum. HEX triplet: A0, 75 and 3C. RGB value is (160,117,60). Sum of RGB (Red+Green+Blue) = 160+117+60=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0753C is #5F8AC3. Grayscale: #7B7B7B. Windows color (decimal): -6261444 or 3962272. OLE color: 3962272.

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

Color convert

RGB 160 117 60 -
CMYK 0 0.27 0.62 0.37
HSL 34.2º 0.45% 0.43% -
HSV(B) 34.2º 0.63% 0.63% -
XYZ 21.67 20.52 7.09 -
YUV 123.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 160 117 60 0 0.27 0.62 0.37 34.2 0.45 0.43
Hex A0 75 3C 0 1B 3E 25 22 2D 2B
Octal 240 165 74 0 33 76 45 42 55 53
Binary 10100000 1110101 111100 0 11011 111110 100101 100010 101101 101011

Color Harmonies of #A0753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0753C

Black with #A0753C

Text Example


Text Example

White with #A0753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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