Html Css Color HEX #AC701D Hot Toddy

📋 copy color: '#AC701D'

red 172 ◦ green 112 ◦ blue 29

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

Shades of Hot Toddy #AC701D

Tints of Hot Toddy #AC701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 54.95%
G = 35.78%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC701D (or 0xAC701D) is known color: Hot Toddy. HEX triplet: AC, 70 and 1D. RGB value is (172,112,29). Sum of RGB (Red+Green+Blue) = 172+112+29=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC701D is #538FE2. Grayscale: #787878. Windows color (decimal): -5476323 or 1929388. OLE color: 1929388.

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

Color convert

RGB 172 112 29 -
CMYK 0 0.35 0.83 0.33
HSL 34.83º 0.71% 0.39% -
HSV(B) 34.83º 0.83% 0.67% -
XYZ 23.03 20.45 3.9 -
YUV 120.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 172 112 29 0 0.35 0.83 0.33 34.83 0.71 0.39
Hex AC 70 1D 0 23 53 21 23 47 27
Octal 254 160 35 0 43 123 41 43 107 47
Binary 10101100 1110000 11101 0 100011 1010011 100001 100011 1000111 100111

Color Harmonies of #AC701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC701D

Black with #AC701D

Text Example


Text Example

White with #AC701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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