Html Css Color HEX #A5763D Hot Toddy

📋 copy color: '#A5763D'

red 165 ◦ green 118 ◦ blue 61

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

Shades of Hot Toddy #A5763D

Tints of Hot Toddy #A5763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 47.97%
G = 34.3%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5763D (or 0xA5763D) is known color: Hot Toddy. HEX triplet: A5, 76 and 3D. RGB value is (165,118,61). Sum of RGB (Red+Green+Blue) = 165+118+61=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5763D is #5A89C2. Grayscale: #7D7D7D. Windows color (decimal): -5933507 or 4028069. OLE color: 4028069.

HSL color Cylindrical-coordinate representation of color #A5763D: hue angle of 32.88º 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 #A5763D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 118 61 -
CMYK 0 0.28 0.63 0.35
HSL 32.88º 0.46% 0.44% -
HSV(B) 32.88º 0.63% 0.65% -
XYZ 22.84 21.29 7.32 -
YUV 125.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 165 118 61 0 0.28 0.63 0.35 32.88 0.46 0.44
Hex A5 76 3D 0 1C 3F 23 21 2E 2C
Octal 245 166 75 0 34 77 43 41 56 54
Binary 10100101 1110110 111101 0 11100 111111 100011 100001 101110 101100

Color Harmonies of #A5763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5763D

Black with #A5763D

Text Example


Text Example

White with #A5763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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