Html Css Color HEX #AC741D Hot Toddy

📋 copy color: '#AC741D'

red 172 ◦ green 116 ◦ blue 29

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

Shades of Hot Toddy #AC741D

Tints of Hot Toddy #AC741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 54.26%
G = 36.59%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC741D (or 0xAC741D) is known color: Hot Toddy. HEX triplet: AC, 74 and 1D. RGB value is (172,116,29). Sum of RGB (Red+Green+Blue) = 172+116+29=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC741D is #538BE2. Grayscale: #7B7B7B. Windows color (decimal): -5475299 or 1930412. OLE color: 1930412.

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

Color convert

RGB 172 116 29 -
CMYK 0 0.33 0.83 0.33
HSL 36.5º 0.71% 0.39% -
HSV(B) 36.5º 0.83% 0.67% -
XYZ 23.48 21.35 4.05 -
YUV 122.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 172 116 29 0 0.33 0.83 0.33 36.5 0.71 0.39
Hex AC 74 1D 0 21 53 21 25 47 27
Octal 254 164 35 0 41 123 41 45 107 47
Binary 10101100 1110100 11101 0 100001 1010011 100001 100101 1000111 100111

Color Harmonies of #AC741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC741D

Black with #AC741D

Text Example


Text Example

White with #AC741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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