Html Css Color HEX #A2712A Buttered Rum

📋 copy color: '#A2712A'

red 162 ◦ green 113 ◦ blue 42

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

Shades of Buttered Rum #A2712A

Tints of Buttered Rum #A2712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 51.1%
G = 35.65%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2712A (or 0xA2712A) is known color: Buttered Rum. HEX triplet: A2, 71 and 2A. RGB value is (162,113,42). Sum of RGB (Red+Green+Blue) = 162+113+42=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2712A is #5D8ED5. Grayscale: #777777. Windows color (decimal): -6131414 or 2781602. OLE color: 2781602.

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

Color convert

RGB 162 113 42 -
CMYK 0 0.30 0.74 0.36
HSL 35.5º 0.59% 0.4% -
HSV(B) 35.5º 0.74% 0.64% -
XYZ 21.22 19.66 4.87 -
YUV 119.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 162 113 42 0 0.30 0.74 0.36 35.5 0.59 0.4
Hex A2 71 2A 0 1E 4A 24 24 3B 28
Octal 242 161 52 0 36 112 44 44 73 50
Binary 10100010 1110001 101010 0 11110 1001010 100100 100100 111011 101000

Color Harmonies of #A2712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2712A

Black with #A2712A

Text Example


Text Example

White with #A2712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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