Html Css Color HEX #AC722D Hot Toddy

📋 copy color: '#AC722D'

red 172 ◦ green 114 ◦ blue 45

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

Shades of Hot Toddy #AC722D

Tints of Hot Toddy #AC722D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 51.96%
G = 34.44%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC722D (or 0xAC722D) is known color: Hot Toddy. HEX triplet: AC, 72 and 2D. RGB value is (172,114,45). Sum of RGB (Red+Green+Blue) = 172+114+45=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC722D is #538DD2. Grayscale: #7B7B7B. Windows color (decimal): -5475795 or 2978476. OLE color: 2978476.

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

Color convert

RGB 172 114 45 -
CMYK 0 0.34 0.74 0.33
HSL 32.6º 0.59% 0.43% -
HSV(B) 32.6º 0.74% 0.67% -
XYZ 23.5 20.99 5.3 -
YUV 123.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 172 114 45 0 0.34 0.74 0.33 32.6 0.59 0.43
Hex AC 72 2D 0 22 4A 21 21 3B 2B
Octal 254 162 55 0 42 112 41 41 73 53
Binary 10101100 1110010 101101 0 100010 1001010 100001 100001 111011 101011

Color Harmonies of #AC722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC722D

Black with #AC722D

Text Example


Text Example

White with #AC722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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