Html Css Color HEX #AC7D26 Hot Toddy

📋 copy color: '#AC7D26'

red 172 ◦ green 125 ◦ blue 38

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

Shades of Hot Toddy #AC7D26

Tints of Hot Toddy #AC7D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 51.34%
G = 37.31%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC7D26 (or 0xAC7D26) is known color: Hot Toddy. HEX triplet: AC, 7D and 26. RGB value is (172,125,38). Sum of RGB (Red+Green+Blue) = 172+125+38=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D26 is #5382D9. Grayscale: #818181. Windows color (decimal): -5472986 or 2522540. OLE color: 2522540.

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

Color convert

RGB 172 125 38 -
CMYK 0 0.27 0.78 0.33
HSL 38.96º 0.64% 0.41% -
HSV(B) 38.96º 0.78% 0.67% -
XYZ 24.7 23.58 5.08 -
YUV 129.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 172 125 38 0 0.27 0.78 0.33 38.96 0.64 0.41
Hex AC 7D 26 0 1B 4E 21 27 40 29
Octal 254 175 46 0 33 116 41 47 100 51
Binary 10101100 1111101 100110 0 11011 1001110 100001 100111 1000000 101001

Color Harmonies of #AC7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D26

Black with #AC7D26

Text Example


Text Example

White with #AC7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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