Html Css Color HEX #AC7528 Hot Toddy

📋 copy color: '#AC7528'

red 172 ◦ green 117 ◦ blue 40

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

Shades of Hot Toddy #AC7528

Tints of Hot Toddy #AC7528

RGB

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

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

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

R = 52.28%
G = 35.56%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC7528 (or 0xAC7528) is known color: Hot Toddy. HEX triplet: AC, 75 and 28. RGB value is (172,117,40). Sum of RGB (Red+Green+Blue) = 172+117+40=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7528 is #538AD7. Grayscale: #7D7D7D. Windows color (decimal): -5475032 or 2651564. OLE color: 2651564.

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

Color convert

RGB 172 117 40 -
CMYK 0 0.32 0.77 0.33
HSL 35º 0.62% 0.42% -
HSV(B) 35º 0.77% 0.67% -
XYZ 23.76 21.65 4.93 -
YUV 124.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 172 117 40 0 0.32 0.77 0.33 35 0.62 0.42
Hex AC 75 28 0 20 4D 21 23 3E 2A
Octal 254 165 50 0 40 115 41 43 76 52
Binary 10101100 1110101 101000 0 100000 1001101 100001 100011 111110 101010

Color Harmonies of #AC7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7528

Black with #AC7528

Text Example


Text Example

White with #AC7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7528; }

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

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

background-color css

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

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

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

border-color css

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

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

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