Html Css Color HEX #AC762C Hot Toddy

📋 copy color: '#AC762C'

red 172 ◦ green 118 ◦ blue 44

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

Shades of Hot Toddy #AC762C

Tints of Hot Toddy #AC762C

RGB

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

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

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

R = 51.5%
G = 35.33%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC762C (or 0xAC762C) is known color: Hot Toddy. HEX triplet: AC, 76 and 2C. RGB value is (172,118,44). Sum of RGB (Red+Green+Blue) = 172+118+44=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC762C is #5389D3. Grayscale: #7E7E7E. Windows color (decimal): -5474772 or 2913964. OLE color: 2913964.

HSL color Cylindrical-coordinate representation of color #AC762C: hue angle of 34.69º 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 #AC762C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 44 -
CMYK 0 0.31 0.74 0.33
HSL 34.69º 0.59% 0.42% -
HSV(B) 34.69º 0.74% 0.67% -
XYZ 23.95 21.91 5.35 -
YUV 125.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 172 118 44 0 0.31 0.74 0.33 34.69 0.59 0.42
Hex AC 76 2C 0 1F 4A 21 23 3B 2A
Octal 254 166 54 0 37 112 41 43 73 52
Binary 10101100 1110110 101100 0 11111 1001010 100001 100011 111011 101010

Color Harmonies of #AC762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC762C

Black with #AC762C

Text Example


Text Example

White with #AC762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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