Html Css Color HEX #AC7328 Hot Toddy

📋 copy color: '#AC7328'

red 172 ◦ green 115 ◦ blue 40

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

Shades of Hot Toddy #AC7328

Tints of Hot Toddy #AC7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 52.6%
G = 35.17%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC7328 (or 0xAC7328) is known color: Hot Toddy. HEX triplet: AC, 73 and 28. RGB value is (172,115,40). Sum of RGB (Red+Green+Blue) = 172+115+40=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7328 is #538CD7. Grayscale: #7B7B7B. Windows color (decimal): -5475544 or 2651052. OLE color: 2651052.

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

Color convert

RGB 172 115 40 -
CMYK 0 0.33 0.77 0.33
HSL 34.09º 0.62% 0.42% -
HSV(B) 34.09º 0.77% 0.67% -
XYZ 23.53 21.19 4.86 -
YUV 123.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 172 115 40 0 0.33 0.77 0.33 34.09 0.62 0.42
Hex AC 73 28 0 21 4D 21 22 3E 2A
Octal 254 163 50 0 41 115 41 42 76 52
Binary 10101100 1110011 101000 0 100001 1001101 100001 100010 111110 101010

Color Harmonies of #AC7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7328

Black with #AC7328

Text Example


Text Example

White with #AC7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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