Html Css Color HEX #AC702C Hot Toddy

📋 copy color: '#AC702C'

red 172 ◦ green 112 ◦ blue 44

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

Shades of Hot Toddy #AC702C

Tints of Hot Toddy #AC702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 52.44%
G = 34.15%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC702C (or 0xAC702C) is known color: Hot Toddy. HEX triplet: AC, 70 and 2C. RGB value is (172,112,44). Sum of RGB (Red+Green+Blue) = 172+112+44=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702C is #538FD3. Grayscale: #7A7A7A. Windows color (decimal): -5476308 or 2912428. OLE color: 2912428.

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

Color convert

RGB 172 112 44 -
CMYK 0 0.35 0.74 0.33
HSL 31.88º 0.59% 0.42% -
HSV(B) 31.88º 0.74% 0.67% -
XYZ 23.26 20.54 5.12 -
YUV 122.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 172 112 44 0 0.35 0.74 0.33 31.88 0.59 0.42
Hex AC 70 2C 0 23 4A 21 20 3B 2A
Octal 254 160 54 0 43 112 41 40 73 52
Binary 10101100 1110000 101100 0 100011 1001010 100001 100000 111011 101010

Color Harmonies of #AC702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC702C

Black with #AC702C

Text Example


Text Example

White with #AC702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC702C; }

 p { color: rgb(172,112,44); }

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

background-color css

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

 a { background-color: rgb(172,112,44); }

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

border-color css

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

 span { border-color: rgb(172,112,44); }

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