Html Css Color HEX #AC7222 Hot Toddy

📋 copy color: '#AC7222'

red 172 ◦ green 114 ◦ blue 34

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

Shades of Hot Toddy #AC7222

Tints of Hot Toddy #AC7222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 53.75%
G = 35.63%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC7222 (or 0xAC7222) is known color: Hot Toddy. HEX triplet: AC, 72 and 22. RGB value is (172,114,34). Sum of RGB (Red+Green+Blue) = 172+114+34=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7222 is #538DDD. Grayscale: #7A7A7A. Windows color (decimal): -5475806 or 2257580. OLE color: 2257580.

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

Color convert

RGB 172 114 34 -
CMYK 0 0.34 0.80 0.33
HSL 34.78º 0.67% 0.4% -
HSV(B) 34.78º 0.8% 0.67% -
XYZ 23.32 20.92 4.32 -
YUV 122.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 172 114 34 0 0.34 0.80 0.33 34.78 0.67 0.4
Hex AC 72 22 0 22 50 21 23 43 28
Octal 254 162 42 0 42 120 41 43 103 50
Binary 10101100 1110010 100010 0 100010 1010000 100001 100011 1000011 101000

Color Harmonies of #AC7222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7222

Black with #AC7222

Text Example


Text Example

White with #AC7222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7222; }

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

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

background-color css

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

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

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

border-color css

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

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

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