Html Css Color HEX #AC7A28 Hot Toddy

📋 copy color: '#AC7A28'

red 172 ◦ green 122 ◦ blue 40

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

Shades of Hot Toddy #AC7A28

Tints of Hot Toddy #AC7A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 51.5%
G = 36.53%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC7A28 (or 0xAC7A28) is known color: Hot Toddy. HEX triplet: AC, 7A and 28. RGB value is (172,122,40). Sum of RGB (Red+Green+Blue) = 172+122+40=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A28 is #5385D7. Grayscale: #7F7F7F. Windows color (decimal): -5473752 or 2652844. OLE color: 2652844.

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

Color convert

RGB 172 122 40 -
CMYK 0 0.29 0.77 0.33
HSL 37.27º 0.62% 0.42% -
HSV(B) 37.27º 0.77% 0.67% -
XYZ 24.36 22.84 5.13 -
YUV 127.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 172 122 40 0 0.29 0.77 0.33 37.27 0.62 0.42
Hex AC 7A 28 0 1D 4D 21 25 3E 2A
Octal 254 172 50 0 35 115 41 45 76 52
Binary 10101100 1111010 101000 0 11101 1001101 100001 100101 111110 101010

Color Harmonies of #AC7A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A28

Black with #AC7A28

Text Example


Text Example

White with #AC7A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A28; }

 p { color: rgb(172,122,40); }

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

background-color css

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

 a { background-color: rgb(172,122,40); }

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

border-color css

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

 span { border-color: rgb(172,122,40); }

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