Html Css Color HEX #A1782A Hot Toddy

📋 copy color: '#A1782A'

red 161 ◦ green 120 ◦ blue 42

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

Shades of Hot Toddy #A1782A

Tints of Hot Toddy #A1782A

RGB

 RED value IS 161 (63.28% from 255) = 49.85%

 GREEN value IS 120 (47.27% from 255) = 37.15%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 49.85%
G = 37.15%
B = 13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1782A (or 0xA1782A) is known color: Hot Toddy. HEX triplet: A1, 78 and 2A. RGB value is (161,120,42). Sum of RGB (Red+Green+Blue) = 161+120+42=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1782A is #5E87D5. Grayscale: #7B7B7B. Windows color (decimal): -6195158 or 2783393. OLE color: 2783393.

HSL color Cylindrical-coordinate representation of color #A1782A: hue angle of 39.33º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1782A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 42 -
CMYK 0 0.25 0.74 0.37
HSL 39.33º 0.59% 0.4% -
HSV(B) 39.33º 0.74% 0.63% -
XYZ 21.83 21.18 5.13 -
YUV 123.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 161 120 42 0 0.25 0.74 0.37 39.33 0.59 0.4
Hex A1 78 2A 0 19 4A 25 27 3B 28
Octal 241 170 52 0 31 112 45 47 73 50
Binary 10100001 1111000 101010 0 11001 1001010 100101 100111 111011 101000

Color Harmonies of #A1782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1782A

Black with #A1782A

Text Example


Text Example

White with #A1782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1782A; }

 p { color: rgb(161,120,42); }

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

background-color css

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

 a { background-color: rgb(161,120,42); }

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

border-color css

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

 span { border-color: rgb(161,120,42); }

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