Html Css Color HEX #AC7D2D Hot Toddy

📋 copy color: '#AC7D2D'

red 172 ◦ green 125 ◦ blue 45

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

Shades of Hot Toddy #AC7D2D

Tints of Hot Toddy #AC7D2D

RGB

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

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

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

R = 50.29%
G = 36.55%
B = 13.16%

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

#AC7D2D (or 0xAC7D2D) is known color: Hot Toddy. HEX triplet: AC, 7D and 2D. RGB value is (172,125,45). Sum of RGB (Red+Green+Blue) = 172+125+45=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D2D is #5382D2. Grayscale: #828282. Windows color (decimal): -5472979 or 2981292. OLE color: 2981292.

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

Color convert

RGB 172 125 45 -
CMYK 0 0.27 0.74 0.33
HSL 37.8º 0.59% 0.43% -
HSV(B) 37.8º 0.74% 0.67% -
XYZ 24.82 23.63 5.73 -
YUV 129.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 172 125 45 0 0.27 0.74 0.33 37.8 0.59 0.43
Hex AC 7D 2D 0 1B 4A 21 26 3B 2B
Octal 254 175 55 0 33 112 41 46 73 53
Binary 10101100 1111101 101101 0 11011 1001010 100001 100110 111011 101011

Color Harmonies of #AC7D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D2D

Black with #AC7D2D

Text Example


Text Example

White with #AC7D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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