Html Css Color HEX #A2712D Buttered Rum

📋 copy color: '#A2712D'

red 162 ◦ green 113 ◦ blue 45

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

Shades of Buttered Rum #A2712D

Tints of Buttered Rum #A2712D

RGB

 RED value IS 162 (63.67% from 255) = 50.63%

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 50.63%
G = 35.31%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2712D (or 0xA2712D) is known color: Buttered Rum. HEX triplet: A2, 71 and 2D. RGB value is (162,113,45). Sum of RGB (Red+Green+Blue) = 162+113+45=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2712D is #5D8ED2. Grayscale: #787878. Windows color (decimal): -6131411 or 2978210. OLE color: 2978210.

HSL color Cylindrical-coordinate representation of color #A2712D: hue angle of 34.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2712D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 113 45 -
CMYK 0 0.30 0.72 0.36
HSL 34.87º 0.57% 0.41% -
HSV(B) 34.87º 0.72% 0.64% -
XYZ 21.28 19.68 5.16 -
YUV 119.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 162 113 45 0 0.30 0.72 0.36 34.87 0.57 0.41
Hex A2 71 2D 0 1E 48 24 23 39 29
Octal 242 161 55 0 36 110 44 43 71 51
Binary 10100010 1110001 101101 0 11110 1001000 100100 100011 111001 101001

Color Harmonies of #A2712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2712D

Black with #A2712D

Text Example


Text Example

White with #A2712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2712D; }

 p { color: rgb(162,113,45); }

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

background-color css

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

 a { background-color: rgb(162,113,45); }

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

border-color css

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

 span { border-color: rgb(162,113,45); }

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