Html Css Color HEX #A7701F Hot Toddy

📋 copy color: '#A7701F'

red 167 ◦ green 112 ◦ blue 31

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

Shades of Hot Toddy #A7701F

Tints of Hot Toddy #A7701F

RGB

 RED value IS 167 (65.63% from 255) = 53.87%

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

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

R = 53.87%
G = 36.13%
B = 10%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7701F (or 0xA7701F) is known color: Hot Toddy. HEX triplet: A7, 70 and 1F. RGB value is (167,112,31). Sum of RGB (Red+Green+Blue) = 167+112+31=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7701F is #588FE0. Grayscale: #777777. Windows color (decimal): -5804001 or 2060455. OLE color: 2060455.

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

Color convert

RGB 167 112 31 -
CMYK 0 0.33 0.81 0.35
HSL 35.74º 0.69% 0.39% -
HSV(B) 35.74º 0.81% 0.65% -
XYZ 21.98 19.9 3.98 -
YUV 119.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 167 112 31 0 0.33 0.81 0.35 35.74 0.69 0.39
Hex A7 70 1F 0 21 51 23 24 45 27
Octal 247 160 37 0 41 121 43 44 105 47
Binary 10100111 1110000 11111 0 100001 1010001 100011 100100 1000101 100111

Color Harmonies of #A7701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7701F

Black with #A7701F

Text Example


Text Example

White with #A7701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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