Html Css Color HEX #AC7D2C Hot Toddy

📋 copy color: '#AC7D2C'

red 172 ◦ green 125 ◦ blue 44

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

Shades of Hot Toddy #AC7D2C

Tints of Hot Toddy #AC7D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 50.44%
G = 36.66%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC7D2C (or 0xAC7D2C) is known color: Hot Toddy. HEX triplet: AC, 7D and 2C. RGB value is (172,125,44). Sum of RGB (Red+Green+Blue) = 172+125+44=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D2C is #5382D3. Grayscale: #828282. Windows color (decimal): -5472980 or 2915756. OLE color: 2915756.

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

Color convert

RGB 172 125 44 -
CMYK 0 0.27 0.74 0.33
HSL 37.97º 0.59% 0.42% -
HSV(B) 37.97º 0.74% 0.67% -
XYZ 24.8 23.62 5.63 -
YUV 129.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 172 125 44 0 0.27 0.74 0.33 37.97 0.59 0.42
Hex AC 7D 2C 0 1B 4A 21 26 3B 2A
Octal 254 175 54 0 33 112 41 46 73 52
Binary 10101100 1111101 101100 0 11011 1001010 100001 100110 111011 101010

Color Harmonies of #AC7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D2C

Black with #AC7D2C

Text Example


Text Example

White with #AC7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D2C; }

 p { color: rgb(172,125,44); }

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

background-color css

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

 a { background-color: rgb(172,125,44); }

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

border-color css

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

 span { border-color: rgb(172,125,44); }

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