Html Css Color HEX #AC8025 Hot Toddy

📋 copy color: '#AC8025'

red 172 ◦ green 128 ◦ blue 37

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

Shades of Hot Toddy #AC8025

Tints of Hot Toddy #AC8025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 37 (14.84% from 255) = 10.98%

R = 51.04%
G = 37.98%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8025 (or 0xAC8025) is known color: Hot Toddy. HEX triplet: AC, 80 and 25. RGB value is (172,128,37). Sum of RGB (Red+Green+Blue) = 172+128+37=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8025 is #537FDA. Grayscale: #838383. Windows color (decimal): -5472219 or 2457772. OLE color: 2457772.

HSL color Cylindrical-coordinate representation of color #AC8025: hue angle of 40.44º degrees, saturation: 0.65, 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 #AC8025 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 37 -
CMYK 0 0.26 0.78 0.33
HSL 40.44º 0.65% 0.41% -
HSV(B) 40.44º 0.78% 0.67% -
XYZ 25.07 24.34 5.13 -
YUV 130.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 172 128 37 0 0.26 0.78 0.33 40.44 0.65 0.41
Hex AC 80 25 0 1A 4E 21 28 41 29
Octal 254 200 45 0 32 116 41 50 101 51
Binary 10101100 10000000 100101 0 11010 1001110 100001 101000 1000001 101001

Color Harmonies of #AC8025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8025

Black with #AC8025

Text Example


Text Example

White with #AC8025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8025; }

 p { color: rgb(172,128,37); }

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

background-color css

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

 a { background-color: rgb(172,128,37); }

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

border-color css

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

 span { border-color: rgb(172,128,37); }

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