Html Css Color HEX #A5702A Hot Toddy

📋 copy color: '#A5702A'

red 165 ◦ green 112 ◦ blue 42

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

Shades of Hot Toddy #A5702A

Tints of Hot Toddy #A5702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 51.72%
G = 35.11%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5702A (or 0xA5702A) is known color: Hot Toddy. HEX triplet: A5, 70 and 2A. RGB value is (165,112,42). Sum of RGB (Red+Green+Blue) = 165+112+42=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A5702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5702A is #5A8FD5. Grayscale: #787878. Windows color (decimal): -5935062 or 2781349. OLE color: 2781349.

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

Color convert

RGB 165 112 42 -
CMYK 0 0.32 0.75 0.35
HSL 34.15º 0.59% 0.41% -
HSV(B) 34.15º 0.75% 0.65% -
XYZ 21.73 19.75 4.86 -
YUV 119.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 165 112 42 0 0.32 0.75 0.35 34.15 0.59 0.41
Hex A5 70 2A 0 20 4B 23 22 3B 29
Octal 245 160 52 0 40 113 43 42 73 51
Binary 10100101 1110000 101010 0 100000 1001011 100011 100010 111011 101001

Color Harmonies of #A5702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5702A

Black with #A5702A

Text Example


Text Example

White with #A5702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5702A; }

 p { color: rgb(165,112,42); }

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

background-color css

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

 a { background-color: rgb(165,112,42); }

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

border-color css

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

 span { border-color: rgb(165,112,42); }

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