Html Css Color HEX #AC741F Hot Toddy

📋 copy color: '#AC741F'

red 172 ◦ green 116 ◦ blue 31

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

Shades of Hot Toddy #AC741F

Tints of Hot Toddy #AC741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 53.92%
G = 36.36%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC741F (or 0xAC741F) is known color: Hot Toddy. HEX triplet: AC, 74 and 1F. RGB value is (172,116,31). Sum of RGB (Red+Green+Blue) = 172+116+31=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC741F is #538BE0. Grayscale: #7B7B7B. Windows color (decimal): -5475297 or 2061484. OLE color: 2061484.

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

Color convert

RGB 172 116 31 -
CMYK 0 0.33 0.82 0.33
HSL 36.17º 0.69% 0.4% -
HSV(B) 36.17º 0.82% 0.67% -
XYZ 23.51 21.36 4.18 -
YUV 123.05 76.05 162.91 -
System Red Green Blue C M Y K H S L
Decimal 172 116 31 0 0.33 0.82 0.33 36.17 0.69 0.4
Hex AC 74 1F 0 21 52 21 24 45 28
Octal 254 164 37 0 41 122 41 44 105 50
Binary 10101100 1110100 11111 0 100001 1010010 100001 100100 1000101 101000

Color Harmonies of #AC741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC741F

Black with #AC741F

Text Example


Text Example

White with #AC741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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