Html Css Color HEX #AC8029 Hot Toddy

📋 copy color: '#AC8029'

red 172 ◦ green 128 ◦ blue 41

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

Shades of Hot Toddy #AC8029

Tints of Hot Toddy #AC8029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

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

R = 50.44%
G = 37.54%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC8029 (or 0xAC8029) is known color: Hot Toddy. HEX triplet: AC, 80 and 29. RGB value is (172,128,41). Sum of RGB (Red+Green+Blue) = 172+128+41=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8029 is #537FD6. Grayscale: #838383. Windows color (decimal): -5472215 or 2719916. OLE color: 2719916.

HSL color Cylindrical-coordinate representation of color #AC8029: hue angle of 39.85º 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 #AC8029 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 41 -
CMYK 0 0.26 0.76 0.33
HSL 39.85º 0.62% 0.42% -
HSV(B) 39.85º 0.76% 0.67% -
XYZ 25.13 24.37 5.48 -
YUV 131.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 172 128 41 0 0.26 0.76 0.33 39.85 0.62 0.42
Hex AC 80 29 0 1A 4C 21 28 3E 2A
Octal 254 200 51 0 32 114 41 50 76 52
Binary 10101100 10000000 101001 0 11010 1001100 100001 101000 111110 101010

Color Harmonies of #AC8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8029

Black with #AC8029

Text Example


Text Example

White with #AC8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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