Html Css Color HEX #AC7515 Hot Toddy

📋 copy color: '#AC7515'

red 172 ◦ green 117 ◦ blue 21

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

Shades of Hot Toddy #AC7515

Tints of Hot Toddy #AC7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 55.48%
G = 37.74%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7515 (or 0xAC7515) is known color: Hot Toddy. HEX triplet: AC, 75 and 15. RGB value is (172,117,21). Sum of RGB (Red+Green+Blue) = 172+117+21=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7515 is #538AEA. Grayscale: #7A7A7A. Windows color (decimal): -5475051 or 1406380. OLE color: 1406380.

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

Color convert

RGB 172 117 21 -
CMYK 0 0.32 0.88 0.33
HSL 38.15º 0.78% 0.38% -
HSV(B) 38.15º 0.88% 0.67% -
XYZ 23.51 21.55 3.63 -
YUV 122.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 172 117 21 0 0.32 0.88 0.33 38.15 0.78 0.38
Hex AC 75 15 0 20 58 21 26 4E 26
Octal 254 165 25 0 40 130 41 46 116 46
Binary 10101100 1110101 10101 0 100000 1011000 100001 100110 1001110 100110

Color Harmonies of #AC7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7515

Black with #AC7515

Text Example


Text Example

White with #AC7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7515; }

 p { color: rgb(172,117,21); }

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

background-color css

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

 a { background-color: rgb(172,117,21); }

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

border-color css

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

 span { border-color: rgb(172,117,21); }

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