Html Css Color HEX #A2742E Hot Toddy

📋 copy color: '#A2742E'

red 162 ◦ green 116 ◦ blue 46

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

Shades of Hot Toddy #A2742E

Tints of Hot Toddy #A2742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 50%
G = 35.8%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2742E (or 0xA2742E) is known color: Hot Toddy. HEX triplet: A2, 74 and 2E. RGB value is (162,116,46). Sum of RGB (Red+Green+Blue) = 162+116+46=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2742E is #5D8BD1. Grayscale: #7A7A7A. Windows color (decimal): -6130642 or 3044514. OLE color: 3044514.

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

Color convert

RGB 162 116 46 -
CMYK 0 0.28 0.72 0.36
HSL 36.21º 0.56% 0.41% -
HSV(B) 36.21º 0.72% 0.64% -
XYZ 21.64 20.37 5.38 -
YUV 121.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 162 116 46 0 0.28 0.72 0.36 36.21 0.56 0.41
Hex A2 74 2E 0 1C 48 24 24 38 29
Octal 242 164 56 0 34 110 44 44 70 51
Binary 10100010 1110100 101110 0 11100 1001000 100100 100100 111000 101001

Color Harmonies of #A2742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2742E

Black with #A2742E

Text Example


Text Example

White with #A2742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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