Html Css Color HEX #AC772D Hot Toddy

📋 copy color: '#AC772D'

red 172 ◦ green 119 ◦ blue 45

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

Shades of Hot Toddy #AC772D

Tints of Hot Toddy #AC772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

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

R = 51.19%
G = 35.42%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC772D (or 0xAC772D) is known color: Hot Toddy. HEX triplet: AC, 77 and 2D. RGB value is (172,119,45). Sum of RGB (Red+Green+Blue) = 172+119+45=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC772D is #5388D2. Grayscale: #7E7E7E. Windows color (decimal): -5474515 or 2979756. OLE color: 2979756.

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

Color convert

RGB 172 119 45 -
CMYK 0 0.31 0.74 0.33
HSL 34.96º 0.59% 0.43% -
HSV(B) 34.96º 0.74% 0.67% -
XYZ 24.08 22.15 5.49 -
YUV 126.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 172 119 45 0 0.31 0.74 0.33 34.96 0.59 0.43
Hex AC 77 2D 0 1F 4A 21 23 3B 2B
Octal 254 167 55 0 37 112 41 43 73 53
Binary 10101100 1110111 101101 0 11111 1001010 100001 100011 111011 101011

Color Harmonies of #AC772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC772D

Black with #AC772D

Text Example


Text Example

White with #AC772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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