Html Css Color HEX #AC721B Hot Toddy

📋 copy color: '#AC721B'

red 172 ◦ green 114 ◦ blue 27

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

Shades of Hot Toddy #AC721B

Tints of Hot Toddy #AC721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 54.95%
G = 36.42%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC721B (or 0xAC721B) is known color: Hot Toddy. HEX triplet: AC, 72 and 1B. RGB value is (172,114,27). Sum of RGB (Red+Green+Blue) = 172+114+27=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC721B is #538DE4. Grayscale: #797979. Windows color (decimal): -5475813 or 1798828. OLE color: 1798828.

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

Color convert

RGB 172 114 27 -
CMYK 0 0.34 0.84 0.33
HSL 36º 0.73% 0.39% -
HSV(B) 36º 0.84% 0.67% -
XYZ 23.23 20.88 3.84 -
YUV 121.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 172 114 27 0 0.34 0.84 0.33 36 0.73 0.39
Hex AC 72 1B 0 22 54 21 24 49 27
Octal 254 162 33 0 42 124 41 44 111 47
Binary 10101100 1110010 11011 0 100010 1010100 100001 100100 1001001 100111

Color Harmonies of #AC721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC721B

Black with #AC721B

Text Example


Text Example

White with #AC721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC721B; }

 p { color: rgb(172,114,27); }

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

background-color css

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

 a { background-color: rgb(172,114,27); }

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

border-color css

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

 span { border-color: rgb(172,114,27); }

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