Html Css Color HEX #AC742E Hot Toddy

📋 copy color: '#AC742E'

red 172 ◦ green 116 ◦ blue 46

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

Shades of Hot Toddy #AC742E

Tints of Hot Toddy #AC742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 51.5%
G = 34.73%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC742E (or 0xAC742E) is known color: Hot Toddy. HEX triplet: AC, 74 and 2E. RGB value is (172,116,46). Sum of RGB (Red+Green+Blue) = 172+116+46=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC742E is #538BD1. Grayscale: #7D7D7D. Windows color (decimal): -5475282 or 3044524. OLE color: 3044524.

HSL color Cylindrical-coordinate representation of color #AC742E: hue angle of 33.33º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC742E is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 46 -
CMYK 0 0.33 0.73 0.33
HSL 33.33º 0.58% 0.43% -
HSV(B) 33.33º 0.73% 0.67% -
XYZ 23.75 21.46 5.47 -
YUV 124.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 172 116 46 0 0.33 0.73 0.33 33.33 0.58 0.43
Hex AC 74 2E 0 21 49 21 21 3A 2B
Octal 254 164 56 0 41 111 41 41 72 53
Binary 10101100 1110100 101110 0 100001 1001001 100001 100001 111010 101011

Color Harmonies of #AC742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC742E

Black with #AC742E

Text Example


Text Example

White with #AC742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC742E; }

 p { color: rgb(172,116,46); }

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

background-color css

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

 a { background-color: rgb(172,116,46); }

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

border-color css

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

 span { border-color: rgb(172,116,46); }

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