Html Css Color HEX #A2712E Buttered Rum

📋 copy color: '#A2712E'

red 162 ◦ green 113 ◦ blue 46

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

Shades of Buttered Rum #A2712E

Tints of Buttered Rum #A2712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 50.47%
G = 35.2%
B = 14.33%

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

#A2712E (or 0xA2712E) is known color: Buttered Rum. HEX triplet: A2, 71 and 2E. RGB value is (162,113,46). Sum of RGB (Red+Green+Blue) = 162+113+46=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2712E is #5D8ED1. Grayscale: #787878. Windows color (decimal): -6131410 or 3043746. OLE color: 3043746.

HSL color Cylindrical-coordinate representation of color #A2712E: hue angle of 34.66º degrees, saturation: 0.56, 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 #A2712E is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 113 46 -
CMYK 0 0.30 0.72 0.36
HSL 34.66º 0.56% 0.41% -
HSV(B) 34.66º 0.72% 0.64% -
XYZ 21.3 19.69 5.26 -
YUV 120.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 162 113 46 0 0.30 0.72 0.36 34.66 0.56 0.41
Hex A2 71 2E 0 1E 48 24 23 38 29
Octal 242 161 56 0 36 110 44 43 70 51
Binary 10100010 1110001 101110 0 11110 1001000 100100 100011 111000 101001

Color Harmonies of #A2712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2712E

Black with #A2712E

Text Example


Text Example

White with #A2712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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