Html Css Color HEX #A2743C Buttered Rum

📋 copy color: '#A2743C'

red 162 ◦ green 116 ◦ blue 60

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

Shades of Buttered Rum #A2743C

Tints of Buttered Rum #A2743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 47.93%
G = 34.32%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2743C (or 0xA2743C) is known color: Buttered Rum. HEX triplet: A2, 74 and 3C. RGB value is (162,116,60). Sum of RGB (Red+Green+Blue) = 162+116+60=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2743C is #5D8BC3. Grayscale: #7B7B7B. Windows color (decimal): -6130628 or 3962018. OLE color: 3962018.

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

Color convert

RGB 162 116 60 -
CMYK 0 0.28 0.63 0.36
HSL 32.94º 0.46% 0.44% -
HSV(B) 32.94º 0.63% 0.64% -
XYZ 21.96 20.5 7.07 -
YUV 123.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 162 116 60 0 0.28 0.63 0.36 32.94 0.46 0.44
Hex A2 74 3C 0 1C 3F 24 21 2E 2C
Octal 242 164 74 0 34 77 44 41 56 54
Binary 10100010 1110100 111100 0 11100 111111 100100 100001 101110 101100

Color Harmonies of #A2743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2743C

Black with #A2743C

Text Example


Text Example

White with #A2743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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