Html Css Color HEX #AC7029 Hot Toddy

📋 copy color: '#AC7029'

red 172 ◦ green 112 ◦ blue 41

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

Shades of Hot Toddy #AC7029

Tints of Hot Toddy #AC7029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 52.92%
G = 34.46%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC7029 (or 0xAC7029) is known color: Hot Toddy. HEX triplet: AC, 70 and 29. RGB value is (172,112,41). Sum of RGB (Red+Green+Blue) = 172+112+41=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7029 is #538FD6. Grayscale: #7A7A7A. Windows color (decimal): -5476311 or 2715820. OLE color: 2715820.

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

Color convert

RGB 172 112 41 -
CMYK 0 0.35 0.76 0.33
HSL 32.52º 0.62% 0.42% -
HSV(B) 32.52º 0.76% 0.67% -
XYZ 23.21 20.52 4.84 -
YUV 121.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 172 112 41 0 0.35 0.76 0.33 32.52 0.62 0.42
Hex AC 70 29 0 23 4C 21 21 3E 2A
Octal 254 160 51 0 43 114 41 41 76 52
Binary 10101100 1110000 101001 0 100011 1001100 100001 100001 111110 101010

Color Harmonies of #AC7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7029

Black with #AC7029

Text Example


Text Example

White with #AC7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7029; }

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

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

background-color css

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

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

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

border-color css

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

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

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