Html Css Color HEX #AC7C28 Hot Toddy

📋 copy color: '#AC7C28'

red 172 ◦ green 124 ◦ blue 40

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

Shades of Hot Toddy #AC7C28

Tints of Hot Toddy #AC7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

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

R = 51.19%
G = 36.9%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC7C28 (or 0xAC7C28) is known color: Hot Toddy. HEX triplet: AC, 7C and 28. RGB value is (172,124,40). Sum of RGB (Red+Green+Blue) = 172+124+40=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C28 is #5383D7. Grayscale: #818181. Windows color (decimal): -5473240 or 2653356. OLE color: 2653356.

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

Color convert

RGB 172 124 40 -
CMYK 0 0.28 0.77 0.33
HSL 38.18º 0.62% 0.42% -
HSV(B) 38.18º 0.77% 0.67% -
XYZ 24.6 23.34 5.22 -
YUV 128.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 172 124 40 0 0.28 0.77 0.33 38.18 0.62 0.42
Hex AC 7C 28 0 1C 4D 21 26 3E 2A
Octal 254 174 50 0 34 115 41 46 76 52
Binary 10101100 1111100 101000 0 11100 1001101 100001 100110 111110 101010

Color Harmonies of #AC7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C28

Black with #AC7C28

Text Example


Text Example

White with #AC7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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