Html Css Color HEX #A2743E Buttered Rum

📋 copy color: '#A2743E'

red 162 ◦ green 116 ◦ blue 62

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

Shades of Buttered Rum #A2743E

Tints of Buttered Rum #A2743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 47.65%
G = 34.12%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2743E (or 0xA2743E) is known color: Buttered Rum. HEX triplet: A2, 74 and 3E. RGB value is (162,116,62). Sum of RGB (Red+Green+Blue) = 162+116+62=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2743E is #5D8BC1. Grayscale: #7B7B7B. Windows color (decimal): -6130626 or 4093090. OLE color: 4093090.

HSL color Cylindrical-coordinate representation of color #A2743E: hue angle of 32.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2743E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 62 -
CMYK 0 0.28 0.62 0.36
HSL 32.4º 0.45% 0.44% -
HSV(B) 32.4º 0.62% 0.64% -
XYZ 22.02 20.52 7.36 -
YUV 123.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 162 116 62 0 0.28 0.62 0.36 32.4 0.45 0.44
Hex A2 74 3E 0 1C 3E 24 20 2D 2C
Octal 242 164 76 0 34 76 44 40 55 54
Binary 10100010 1110100 111110 0 11100 111110 100100 100000 101101 101100

Color Harmonies of #A2743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2743E

Black with #A2743E

Text Example


Text Example

White with #A2743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2743E; }

 p { color: rgb(162,116,62); }

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

background-color css

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

 a { background-color: rgb(162,116,62); }

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

border-color css

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

 span { border-color: rgb(162,116,62); }

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