Html Css Color HEX #AC702B Hot Toddy

📋 copy color: '#AC702B'

red 172 ◦ green 112 ◦ blue 43

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

Shades of Hot Toddy #AC702B

Tints of Hot Toddy #AC702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 52.6%
G = 34.25%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC702B (or 0xAC702B) is known color: Hot Toddy. HEX triplet: AC, 70 and 2B. RGB value is (172,112,43). Sum of RGB (Red+Green+Blue) = 172+112+43=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702B is #538FD4. Grayscale: #7A7A7A. Windows color (decimal): -5476309 or 2846892. OLE color: 2846892.

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

Color convert

RGB 172 112 43 -
CMYK 0 0.35 0.75 0.33
HSL 32.09º 0.6% 0.42% -
HSV(B) 32.09º 0.75% 0.67% -
XYZ 23.24 20.53 5.02 -
YUV 122.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 172 112 43 0 0.35 0.75 0.33 32.09 0.6 0.42
Hex AC 70 2B 0 23 4B 21 20 3C 2A
Octal 254 160 53 0 43 113 41 40 74 52
Binary 10101100 1110000 101011 0 100011 1001011 100001 100000 111100 101010

Color Harmonies of #AC702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC702B

Black with #AC702B

Text Example


Text Example

White with #AC702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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