Html Css Color HEX #A2743D Buttered Rum

📋 copy color: '#A2743D'

red 162 ◦ green 116 ◦ blue 61

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

Shades of Buttered Rum #A2743D

Tints of Buttered Rum #A2743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 47.79%
G = 34.22%
B = 17.99%

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

#A2743D (or 0xA2743D) is known color: Buttered Rum. HEX triplet: A2, 74 and 3D. RGB value is (162,116,61). Sum of RGB (Red+Green+Blue) = 162+116+61=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2743D is #5D8BC2. Grayscale: #7B7B7B. Windows color (decimal): -6130627 or 4027554. OLE color: 4027554.

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

Color convert

RGB 162 116 61 -
CMYK 0 0.28 0.62 0.36
HSL 32.67º 0.45% 0.44% -
HSV(B) 32.67º 0.62% 0.64% -
XYZ 21.99 20.51 7.21 -
YUV 123.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 162 116 61 0 0.28 0.62 0.36 32.67 0.45 0.44
Hex A2 74 3D 0 1C 3E 24 21 2D 2C
Octal 242 164 75 0 34 76 44 41 55 54
Binary 10100010 1110100 111101 0 11100 111110 100100 100001 101101 101100

Color Harmonies of #A2743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2743D

Black with #A2743D

Text Example


Text Example

White with #A2743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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