Html Css Color HEX #AC7620 Hot Toddy

📋 copy color: '#AC7620'

red 172 ◦ green 118 ◦ blue 32

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

Shades of Hot Toddy #AC7620

Tints of Hot Toddy #AC7620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 53.42%
G = 36.65%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC7620 (or 0xAC7620) is known color: Hot Toddy. HEX triplet: AC, 76 and 20. RGB value is (172,118,32). Sum of RGB (Red+Green+Blue) = 172+118+32=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7620 is #5389DF. Grayscale: #7C7C7C. Windows color (decimal): -5474784 or 2127532. OLE color: 2127532.

HSL color Cylindrical-coordinate representation of color #AC7620: hue angle of 36.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC7620 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 32 -
CMYK 0 0.31 0.81 0.33
HSL 36.86º 0.69% 0.4% -
HSV(B) 36.86º 0.81% 0.67% -
XYZ 23.75 21.83 4.33 -
YUV 124.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 172 118 32 0 0.31 0.81 0.33 36.86 0.69 0.4
Hex AC 76 20 0 1F 51 21 25 45 28
Octal 254 166 40 0 37 121 41 45 105 50
Binary 10101100 1110110 100000 0 11111 1010001 100001 100101 1000101 101000

Color Harmonies of #AC7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7620

Black with #AC7620

Text Example


Text Example

White with #AC7620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7620; }

 p { color: rgb(172,118,32); }

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

background-color css

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

 a { background-color: rgb(172,118,32); }

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

border-color css

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

 span { border-color: rgb(172,118,32); }

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