Html Css Color HEX #AC741B Hot Toddy

📋 copy color: '#AC741B'

red 172 ◦ green 116 ◦ blue 27

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

Shades of Hot Toddy #AC741B

Tints of Hot Toddy #AC741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 54.6%
G = 36.83%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC741B (or 0xAC741B) is known color: Hot Toddy. HEX triplet: AC, 74 and 1B. RGB value is (172,116,27). Sum of RGB (Red+Green+Blue) = 172+116+27=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC741B is #538BE4. Grayscale: #7B7B7B. Windows color (decimal): -5475301 or 1799340. OLE color: 1799340.

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

Color convert

RGB 172 116 27 -
CMYK 0 0.33 0.84 0.33
HSL 36.83º 0.73% 0.39% -
HSV(B) 36.83º 0.84% 0.67% -
XYZ 23.46 21.34 3.92 -
YUV 122.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 172 116 27 0 0.33 0.84 0.33 36.83 0.73 0.39
Hex AC 74 1B 0 21 54 21 25 49 27
Octal 254 164 33 0 41 124 41 45 111 47
Binary 10101100 1110100 11011 0 100001 1010100 100001 100101 1001001 100111

Color Harmonies of #AC741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC741B

Black with #AC741B

Text Example


Text Example

White with #AC741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC741B; }

 p { color: rgb(172,116,27); }

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

background-color css

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

 a { background-color: rgb(172,116,27); }

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

border-color css

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

 span { border-color: rgb(172,116,27); }

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