Html Css Color HEX #A5782D Hot Toddy

📋 copy color: '#A5782D'

red 165 ◦ green 120 ◦ blue 45

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

Shades of Hot Toddy #A5782D

Tints of Hot Toddy #A5782D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 50%
G = 36.36%
B = 13.64%

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

#A5782D (or 0xA5782D) is known color: Hot Toddy. HEX triplet: A5, 78 and 2D. RGB value is (165,120,45). Sum of RGB (Red+Green+Blue) = 165+120+45=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5782D is #5A87D2. Grayscale: #7D7D7D. Windows color (decimal): -5933011 or 2980005. OLE color: 2980005.

HSL color Cylindrical-coordinate representation of color #A5782D: hue angle of 37.5º degrees, saturation: 0.57, 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 #A5782D is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 45 -
CMYK 0 0.27 0.73 0.35
HSL 37.5º 0.57% 0.41% -
HSV(B) 37.5º 0.73% 0.65% -
XYZ 22.71 21.62 5.46 -
YUV 124.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 165 120 45 0 0.27 0.73 0.35 37.5 0.57 0.41
Hex A5 78 2D 0 1B 49 23 26 39 29
Octal 245 170 55 0 33 111 43 46 71 51
Binary 10100101 1111000 101101 0 11011 1001001 100011 100110 111001 101001

Color Harmonies of #A5782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5782D

Black with #A5782D

Text Example


Text Example

White with #A5782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5782D; }

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

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

background-color css

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

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

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

border-color css

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

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

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