Html Css Color HEX #AC701C Hot Toddy

📋 copy color: '#AC701C'

red 172 ◦ green 112 ◦ blue 28

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

Shades of Hot Toddy #AC701C

Tints of Hot Toddy #AC701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 55.13%
G = 35.9%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC701C (or 0xAC701C) is known color: Hot Toddy. HEX triplet: AC, 70 and 1C. RGB value is (172,112,28). Sum of RGB (Red+Green+Blue) = 172+112+28=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC701C is #538FE3. Grayscale: #787878. Windows color (decimal): -5476324 or 1863852. OLE color: 1863852.

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

Color convert

RGB 172 112 28 -
CMYK 0 0.35 0.84 0.33
HSL 35º 0.72% 0.39% -
HSV(B) 35º 0.84% 0.67% -
XYZ 23.02 20.44 3.83 -
YUV 120.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 172 112 28 0 0.35 0.84 0.33 35 0.72 0.39
Hex AC 70 1C 0 23 54 21 23 48 27
Octal 254 160 34 0 43 124 41 43 110 47
Binary 10101100 1110000 11100 0 100011 1010100 100001 100011 1001000 100111

Color Harmonies of #AC701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC701C

Black with #AC701C

Text Example


Text Example

White with #AC701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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