Html Css Color HEX #AC701A Hot Toddy

📋 copy color: '#AC701A'

red 172 ◦ green 112 ◦ blue 26

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

Shades of Hot Toddy #AC701A

Tints of Hot Toddy #AC701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 55.48%
G = 36.13%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC701A (or 0xAC701A) is known color: Hot Toddy. HEX triplet: AC, 70 and 1A. RGB value is (172,112,26). Sum of RGB (Red+Green+Blue) = 172+112+26=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC701A is #538FE5. Grayscale: #787878. Windows color (decimal): -5476326 or 1732780. OLE color: 1732780.

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

Color convert

RGB 172 112 26 -
CMYK 0 0.35 0.85 0.33
HSL 35.34º 0.74% 0.39% -
HSV(B) 35.34º 0.85% 0.67% -
XYZ 22.99 20.43 3.71 -
YUV 120.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 172 112 26 0 0.35 0.85 0.33 35.34 0.74 0.39
Hex AC 70 1A 0 23 55 21 23 4A 27
Octal 254 160 32 0 43 125 41 43 112 47
Binary 10101100 1110000 11010 0 100011 1010101 100001 100011 1001010 100111

Color Harmonies of #AC701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC701A

Black with #AC701A

Text Example


Text Example

White with #AC701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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