Html Css Color HEX #A2742B Hot Toddy

📋 copy color: '#A2742B'

red 162 ◦ green 116 ◦ blue 43

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

Shades of Hot Toddy #A2742B

Tints of Hot Toddy #A2742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 50.47%
G = 36.14%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2742B (or 0xA2742B) is known color: Hot Toddy. HEX triplet: A2, 74 and 2B. RGB value is (162,116,43). Sum of RGB (Red+Green+Blue) = 162+116+43=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2742B is #5D8BD4. Grayscale: #797979. Windows color (decimal): -6130645 or 2847906. OLE color: 2847906.

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

Color convert

RGB 162 116 43 -
CMYK 0 0.28 0.73 0.36
HSL 36.81º 0.58% 0.4% -
HSV(B) 36.81º 0.73% 0.64% -
XYZ 21.58 20.35 5.08 -
YUV 121.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 162 116 43 0 0.28 0.73 0.36 36.81 0.58 0.4
Hex A2 74 2B 0 1C 49 24 25 3A 28
Octal 242 164 53 0 34 111 44 45 72 50
Binary 10100010 1110100 101011 0 11100 1001001 100100 100101 111010 101000

Color Harmonies of #A2742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2742B

Black with #A2742B

Text Example


Text Example

White with #A2742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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