Html Css Color HEX #A5783D Hot Toddy

📋 copy color: '#A5783D'

red 165 ◦ green 120 ◦ blue 61

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

Shades of Hot Toddy #A5783D

Tints of Hot Toddy #A5783D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 47.69%
G = 34.68%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5783D (or 0xA5783D) is known color: Hot Toddy. HEX triplet: A5, 78 and 3D. RGB value is (165,120,61). Sum of RGB (Red+Green+Blue) = 165+120+61=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5783D is #5A87C2. Grayscale: #7F7F7F. Windows color (decimal): -5932995 or 4028581. OLE color: 4028581.

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

Color convert

RGB 165 120 61 -
CMYK 0 0.27 0.63 0.35
HSL 34.04º 0.46% 0.44% -
HSV(B) 34.04º 0.63% 0.65% -
XYZ 23.08 21.77 7.4 -
YUV 126.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 165 120 61 0 0.27 0.63 0.35 34.04 0.46 0.44
Hex A5 78 3D 0 1B 3F 23 22 2E 2C
Octal 245 170 75 0 33 77 43 42 56 54
Binary 10100101 1111000 111101 0 11011 111111 100011 100010 101110 101100

Color Harmonies of #A5783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5783D

Black with #A5783D

Text Example


Text Example

White with #A5783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5783D; }

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

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

background-color css

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

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

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

border-color css

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

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

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