Html Css Color HEX #AC7529 Hot Toddy

📋 copy color: '#AC7529'

red 172 ◦ green 117 ◦ blue 41

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

Shades of Hot Toddy #AC7529

Tints of Hot Toddy #AC7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 52.12%
G = 35.45%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC7529 (or 0xAC7529) is known color: Hot Toddy. HEX triplet: AC, 75 and 29. RGB value is (172,117,41). Sum of RGB (Red+Green+Blue) = 172+117+41=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7529 is #538AD6. Grayscale: #7D7D7D. Windows color (decimal): -5475031 or 2717100. OLE color: 2717100.

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

Color convert

RGB 172 117 41 -
CMYK 0 0.32 0.76 0.33
HSL 34.81º 0.62% 0.42% -
HSV(B) 34.81º 0.76% 0.67% -
XYZ 23.77 21.65 5.02 -
YUV 124.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 172 117 41 0 0.32 0.76 0.33 34.81 0.62 0.42
Hex AC 75 29 0 20 4C 21 23 3E 2A
Octal 254 165 51 0 40 114 41 43 76 52
Binary 10101100 1110101 101001 0 100000 1001100 100001 100011 111110 101010

Color Harmonies of #AC7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7529

Black with #AC7529

Text Example


Text Example

White with #AC7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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