Html Css Color HEX #AC7021 Hot Toddy

📋 copy color: '#AC7021'

red 172 ◦ green 112 ◦ blue 33

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

Shades of Hot Toddy #AC7021

Tints of Hot Toddy #AC7021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 54.26%
G = 35.33%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC7021 (or 0xAC7021) is known color: Hot Toddy. HEX triplet: AC, 70 and 21. RGB value is (172,112,33). Sum of RGB (Red+Green+Blue) = 172+112+33=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7021 is #538FDE. Grayscale: #797979. Windows color (decimal): -5476319 or 2191532. OLE color: 2191532.

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

Color convert

RGB 172 112 33 -
CMYK 0 0.35 0.81 0.33
HSL 34.1º 0.68% 0.4% -
HSV(B) 34.1º 0.81% 0.67% -
XYZ 23.08 20.47 4.17 -
YUV 120.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 172 112 33 0 0.35 0.81 0.33 34.1 0.68 0.4
Hex AC 70 21 0 23 51 21 22 44 28
Octal 254 160 41 0 43 121 41 42 104 50
Binary 10101100 1110000 100001 0 100011 1010001 100001 100010 1000100 101000

Color Harmonies of #AC7021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7021

Black with #AC7021

Text Example


Text Example

White with #AC7021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7021; }

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

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

background-color css

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

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

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

border-color css

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

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

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