Html Css Color HEX #AC7227 Hot Toddy

📋 copy color: '#AC7227'

red 172 ◦ green 114 ◦ blue 39

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

Shades of Hot Toddy #AC7227

Tints of Hot Toddy #AC7227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 52.92%
G = 35.08%
B = 12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC7227 (or 0xAC7227) is known color: Hot Toddy. HEX triplet: AC, 72 and 27. RGB value is (172,114,39). Sum of RGB (Red+Green+Blue) = 172+114+39=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7227 is #538DD8. Grayscale: #7B7B7B. Windows color (decimal): -5475801 or 2585260. OLE color: 2585260.

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

Color convert

RGB 172 114 39 -
CMYK 0 0.34 0.77 0.33
HSL 33.83º 0.63% 0.41% -
HSV(B) 33.83º 0.77% 0.67% -
XYZ 23.4 20.95 4.73 -
YUV 122.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 172 114 39 0 0.34 0.77 0.33 33.83 0.63 0.41
Hex AC 72 27 0 22 4D 21 22 3F 29
Octal 254 162 47 0 42 115 41 42 77 51
Binary 10101100 1110010 100111 0 100010 1001101 100001 100010 111111 101001

Color Harmonies of #AC7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7227

Black with #AC7227

Text Example


Text Example

White with #AC7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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