Html Css Color HEX #A5782C Hot Toddy

📋 copy color: '#A5782C'

red 165 ◦ green 120 ◦ blue 44

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

Shades of Hot Toddy #A5782C

Tints of Hot Toddy #A5782C

RGB

 RED value IS 165 (64.84% from 255) = 50.15%

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

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 50.15%
G = 36.47%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5782C (or 0xA5782C) is known color: Hot Toddy. HEX triplet: A5, 78 and 2C. RGB value is (165,120,44). Sum of RGB (Red+Green+Blue) = 165+120+44=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5782C is #5A87D3. Grayscale: #7D7D7D. Windows color (decimal): -5933012 or 2914469. OLE color: 2914469.

HSL color Cylindrical-coordinate representation of color #A5782C: hue angle of 37.69º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5782C is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 44 -
CMYK 0 0.27 0.73 0.35
HSL 37.69º 0.58% 0.41% -
HSV(B) 37.69º 0.73% 0.65% -
XYZ 22.69 21.61 5.36 -
YUV 124.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 165 120 44 0 0.27 0.73 0.35 37.69 0.58 0.41
Hex A5 78 2C 0 1B 49 23 26 3A 29
Octal 245 170 54 0 33 111 43 46 72 51
Binary 10100101 1111000 101100 0 11011 1001001 100011 100110 111010 101001

Color Harmonies of #A5782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5782C

Black with #A5782C

Text Example


Text Example

White with #A5782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5782C; }

 p { color: rgb(165,120,44); }

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

background-color css

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

 a { background-color: rgb(165,120,44); }

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

border-color css

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

 span { border-color: rgb(165,120,44); }

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