Html Css Color HEX #AC771F Hot Toddy

📋 copy color: '#AC771F'

red 172 ◦ green 119 ◦ blue 31

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

Shades of Hot Toddy #AC771F

Tints of Hot Toddy #AC771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 53.42%
G = 36.96%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC771F (or 0xAC771F) is known color: Hot Toddy. HEX triplet: AC, 77 and 1F. RGB value is (172,119,31). Sum of RGB (Red+Green+Blue) = 172+119+31=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC771F is #5388E0. Grayscale: #7D7D7D. Windows color (decimal): -5474529 or 2062252. OLE color: 2062252.

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

Color convert

RGB 172 119 31 -
CMYK 0 0.31 0.82 0.33
HSL 37.45º 0.69% 0.4% -
HSV(B) 37.45º 0.82% 0.67% -
XYZ 23.86 22.06 4.3 -
YUV 124.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 172 119 31 0 0.31 0.82 0.33 37.45 0.69 0.4
Hex AC 77 1F 0 1F 52 21 25 45 28
Octal 254 167 37 0 37 122 41 45 105 50
Binary 10101100 1110111 11111 0 11111 1010010 100001 100101 1000101 101000

Color Harmonies of #AC771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC771F

Black with #AC771F

Text Example


Text Example

White with #AC771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC771F; }

 p { color: rgb(172,119,31); }

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

background-color css

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

 a { background-color: rgb(172,119,31); }

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

border-color css

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

 span { border-color: rgb(172,119,31); }

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