Html Css Color HEX #AC7028 Hot Toddy

📋 copy color: '#AC7028'

red 172 ◦ green 112 ◦ blue 40

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

Shades of Hot Toddy #AC7028

Tints of Hot Toddy #AC7028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 53.09%
G = 34.57%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC7028 (or 0xAC7028) is known color: Hot Toddy. HEX triplet: AC, 70 and 28. RGB value is (172,112,40). Sum of RGB (Red+Green+Blue) = 172+112+40=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7028 is #538FD7. Grayscale: #7A7A7A. Windows color (decimal): -5476312 or 2650284. OLE color: 2650284.

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

Color convert

RGB 172 112 40 -
CMYK 0 0.35 0.77 0.33
HSL 32.73º 0.62% 0.42% -
HSV(B) 32.73º 0.77% 0.67% -
XYZ 23.19 20.51 4.74 -
YUV 121.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 172 112 40 0 0.35 0.77 0.33 32.73 0.62 0.42
Hex AC 70 28 0 23 4D 21 21 3E 2A
Octal 254 160 50 0 43 115 41 41 76 52
Binary 10101100 1110000 101000 0 100011 1001101 100001 100001 111110 101010

Color Harmonies of #AC7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7028

Black with #AC7028

Text Example


Text Example

White with #AC7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7028; }

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

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

background-color css

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

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

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

border-color css

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

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

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