Html Css Color HEX #AC762E Hot Toddy

📋 copy color: '#AC762E'

red 172 ◦ green 118 ◦ blue 46

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

Shades of Hot Toddy #AC762E

Tints of Hot Toddy #AC762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 51.19%
G = 35.12%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC762E (or 0xAC762E) is known color: Hot Toddy. HEX triplet: AC, 76 and 2E. RGB value is (172,118,46). Sum of RGB (Red+Green+Blue) = 172+118+46=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC762E is #5389D1. Grayscale: #7E7E7E. Windows color (decimal): -5474770 or 3045036. OLE color: 3045036.

HSL color Cylindrical-coordinate representation of color #AC762E: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC762E is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 46 -
CMYK 0 0.31 0.73 0.33
HSL 34.29º 0.58% 0.43% -
HSV(B) 34.29º 0.73% 0.67% -
XYZ 23.98 21.92 5.55 -
YUV 125.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 172 118 46 0 0.31 0.73 0.33 34.29 0.58 0.43
Hex AC 76 2E 0 1F 49 21 22 3A 2B
Octal 254 166 56 0 37 111 41 42 72 53
Binary 10101100 1110110 101110 0 11111 1001001 100001 100010 111010 101011

Color Harmonies of #AC762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC762E

Black with #AC762E

Text Example


Text Example

White with #AC762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC762E; }

 p { color: rgb(172,118,46); }

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

background-color css

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

 a { background-color: rgb(172,118,46); }

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

border-color css

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

 span { border-color: rgb(172,118,46); }

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