Html Css Color HEX #AC762D Hot Toddy

📋 copy color: '#AC762D'

red 172 ◦ green 118 ◦ blue 45

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

Shades of Hot Toddy #AC762D

Tints of Hot Toddy #AC762D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 51.34%
G = 35.22%
B = 13.43%

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

#AC762D (or 0xAC762D) is known color: Hot Toddy. HEX triplet: AC, 76 and 2D. RGB value is (172,118,45). Sum of RGB (Red+Green+Blue) = 172+118+45=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC762D is #5389D2. Grayscale: #7E7E7E. Windows color (decimal): -5474771 or 2979500. OLE color: 2979500.

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

Color convert

RGB 172 118 45 -
CMYK 0 0.31 0.74 0.33
HSL 34.49º 0.59% 0.43% -
HSV(B) 34.49º 0.74% 0.67% -
XYZ 23.97 21.92 5.45 -
YUV 125.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 172 118 45 0 0.31 0.74 0.33 34.49 0.59 0.43
Hex AC 76 2D 0 1F 4A 21 22 3B 2B
Octal 254 166 55 0 37 112 41 42 73 53
Binary 10101100 1110110 101101 0 11111 1001010 100001 100010 111011 101011

Color Harmonies of #AC762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC762D

Black with #AC762D

Text Example


Text Example

White with #AC762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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