Html Css Color HEX #A5753C Hot Toddy

📋 copy color: '#A5753C'

red 165 ◦ green 117 ◦ blue 60

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

Shades of Hot Toddy #A5753C

Tints of Hot Toddy #A5753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 48.25%
G = 34.21%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5753C (or 0xA5753C) is known color: Hot Toddy. HEX triplet: A5, 75 and 3C. RGB value is (165,117,60). Sum of RGB (Red+Green+Blue) = 165+117+60=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5753C is #5A8AC3. Grayscale: #7D7D7D. Windows color (decimal): -5933764 or 3962277. OLE color: 3962277.

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

Color convert

RGB 165 117 60 -
CMYK 0 0.29 0.64 0.35
HSL 32.57º 0.47% 0.44% -
HSV(B) 32.57º 0.64% 0.65% -
XYZ 22.69 21.05 7.14 -
YUV 124.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 165 117 60 0 0.29 0.64 0.35 32.57 0.47 0.44
Hex A5 75 3C 0 1D 40 23 21 2F 2C
Octal 245 165 74 0 35 100 43 41 57 54
Binary 10100101 1110101 111100 0 11101 1000000 100011 100001 101111 101100

Color Harmonies of #A5753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5753C

Black with #A5753C

Text Example


Text Example

White with #A5753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5753C; }

 p { color: rgb(165,117,60); }

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

background-color css

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

 a { background-color: rgb(165,117,60); }

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

border-color css

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

 span { border-color: rgb(165,117,60); }

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