Html Css Color HEX #AC741A Hot Toddy

📋 copy color: '#AC741A'

red 172 ◦ green 116 ◦ blue 26

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

Shades of Hot Toddy #AC741A

Tints of Hot Toddy #AC741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 54.78%
G = 36.94%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC741A (or 0xAC741A) is known color: Hot Toddy. HEX triplet: AC, 74 and 1A. RGB value is (172,116,26). Sum of RGB (Red+Green+Blue) = 172+116+26=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC741A is #538BE5. Grayscale: #7A7A7A. Windows color (decimal): -5475302 or 1733804. OLE color: 1733804.

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

Color convert

RGB 172 116 26 -
CMYK 0 0.33 0.85 0.33
HSL 36.99º 0.74% 0.39% -
HSV(B) 36.99º 0.85% 0.67% -
XYZ 23.45 21.34 3.86 -
YUV 122.48 73.55 163.32 -
System Red Green Blue C M Y K H S L
Decimal 172 116 26 0 0.33 0.85 0.33 36.99 0.74 0.39
Hex AC 74 1A 0 21 55 21 25 4A 27
Octal 254 164 32 0 41 125 41 45 112 47
Binary 10101100 1110100 11010 0 100001 1010101 100001 100101 1001010 100111

Color Harmonies of #AC741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC741A

Black with #AC741A

Text Example


Text Example

White with #AC741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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