Html Css Color HEX #A5701F Hot Toddy

📋 copy color: '#A5701F'

red 165 ◦ green 112 ◦ blue 31

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

Shades of Hot Toddy #A5701F

Tints of Hot Toddy #A5701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 53.57%
G = 36.36%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5701F (or 0xA5701F) is known color: Hot Toddy. HEX triplet: A5, 70 and 1F. RGB value is (165,112,31). Sum of RGB (Red+Green+Blue) = 165+112+31=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5701F is #5A8FE0. Grayscale: #767676. Windows color (decimal): -5935073 or 2060453. OLE color: 2060453.

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

Color convert

RGB 165 112 31 -
CMYK 0 0.32 0.81 0.35
HSL 36.27º 0.68% 0.38% -
HSV(B) 36.27º 0.81% 0.65% -
XYZ 21.56 19.69 3.96 -
YUV 118.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 165 112 31 0 0.32 0.81 0.35 36.27 0.68 0.38
Hex A5 70 1F 0 20 51 23 24 44 26
Octal 245 160 37 0 40 121 43 44 104 46
Binary 10100101 1110000 11111 0 100000 1010001 100011 100100 1000100 100110

Color Harmonies of #A5701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5701F

Black with #A5701F

Text Example


Text Example

White with #A5701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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