Html Css Color HEX #AC702A Hot Toddy

📋 copy color: '#AC702A'

red 172 ◦ green 112 ◦ blue 42

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

Shades of Hot Toddy #AC702A

Tints of Hot Toddy #AC702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 52.76%
G = 34.36%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC702A (or 0xAC702A) is known color: Hot Toddy. HEX triplet: AC, 70 and 2A. RGB value is (172,112,42). Sum of RGB (Red+Green+Blue) = 172+112+42=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702A is #538FD5. Grayscale: #7A7A7A. Windows color (decimal): -5476310 or 2781356. OLE color: 2781356.

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

Color convert

RGB 172 112 42 -
CMYK 0 0.35 0.76 0.33
HSL 32.31º 0.61% 0.42% -
HSV(B) 32.31º 0.76% 0.67% -
XYZ 23.23 20.53 4.93 -
YUV 121.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 172 112 42 0 0.35 0.76 0.33 32.31 0.61 0.42
Hex AC 70 2A 0 23 4C 21 20 3D 2A
Octal 254 160 52 0 43 114 41 40 75 52
Binary 10101100 1110000 101010 0 100011 1001100 100001 100000 111101 101010

Color Harmonies of #AC702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC702A

Black with #AC702A

Text Example


Text Example

White with #AC702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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