Html Css Color HEX #A8701E Hot Toddy

📋 copy color: '#A8701E'

red 168 ◦ green 112 ◦ blue 30

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

Shades of Hot Toddy #A8701E

Tints of Hot Toddy #A8701E

RGB

 RED value IS 168 (66.02% from 255) = 54.19%

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

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 54.19%
G = 36.13%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8701E (or 0xA8701E) is known color: Hot Toddy. HEX triplet: A8, 70 and 1E. RGB value is (168,112,30). Sum of RGB (Red+Green+Blue) = 168+112+30=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8701E is #578FE1. Grayscale: #777777. Windows color (decimal): -5738466 or 1994920. OLE color: 1994920.

HSL color Cylindrical-coordinate representation of color #A8701E: hue angle of 35.65º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8701E is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 30 -
CMYK 0 0.33 0.82 0.34
HSL 35.65º 0.7% 0.39% -
HSV(B) 35.65º 0.82% 0.66% -
XYZ 22.18 20.01 3.92 -
YUV 119.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 168 112 30 0 0.33 0.82 0.34 35.65 0.7 0.39
Hex A8 70 1E 0 21 52 22 24 46 27
Octal 250 160 36 0 41 122 42 44 106 47
Binary 10101000 1110000 11110 0 100001 1010010 100010 100100 1000110 100111

Color Harmonies of #A8701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8701E

Black with #A8701E

Text Example


Text Example

White with #A8701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8701E; }

 p { color: rgb(168,112,30); }

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

background-color css

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

 a { background-color: rgb(168,112,30); }

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

border-color css

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

 span { border-color: rgb(168,112,30); }

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