Html Css Color HEX #AC701E Hot Toddy

📋 copy color: '#AC701E'

red 172 ◦ green 112 ◦ blue 30

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

Shades of Hot Toddy #AC701E

Tints of Hot Toddy #AC701E

RGB

 RED value IS 172 (67.58% from 255) = 54.78%

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

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

R = 54.78%
G = 35.67%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC701E (or 0xAC701E) is known color: Hot Toddy. HEX triplet: AC, 70 and 1E. RGB value is (172,112,30). Sum of RGB (Red+Green+Blue) = 172+112+30=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC701E is #538FE1. Grayscale: #787878. Windows color (decimal): -5476322 or 1994924. OLE color: 1994924.

HSL color Cylindrical-coordinate representation of color #AC701E: hue angle of 34.65º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC701E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 30 -
CMYK 0 0.35 0.83 0.33
HSL 34.65º 0.7% 0.4% -
HSV(B) 34.65º 0.83% 0.67% -
XYZ 23.04 20.45 3.96 -
YUV 120.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 172 112 30 0 0.35 0.83 0.33 34.65 0.7 0.4
Hex AC 70 1E 0 23 53 21 23 46 28
Octal 254 160 36 0 43 123 41 43 106 50
Binary 10101100 1110000 11110 0 100011 1010011 100001 100011 1000110 101000

Color Harmonies of #AC701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC701E

Black with #AC701E

Text Example


Text Example

White with #AC701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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