Html Css Color HEX #AC7F2B Hot Toddy

📋 copy color: '#AC7F2B'

red 172 ◦ green 127 ◦ blue 43

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

Shades of Hot Toddy #AC7F2B

Tints of Hot Toddy #AC7F2B

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 50.29%
G = 37.13%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC7F2B (or 0xAC7F2B) is known color: Hot Toddy. HEX triplet: AC, 7F and 2B. RGB value is (172,127,43). Sum of RGB (Red+Green+Blue) = 172+127+43=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F2B is #5380D4. Grayscale: #838383. Windows color (decimal): -5472469 or 2850732. OLE color: 2850732.

HSL color Cylindrical-coordinate representation of color #AC7F2B: hue angle of 39.07º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC7F2B is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 43 -
CMYK 0 0.26 0.75 0.33
HSL 39.07º 0.6% 0.42% -
HSV(B) 39.07º 0.75% 0.67% -
XYZ 25.04 24.12 5.62 -
YUV 130.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 172 127 43 0 0.26 0.75 0.33 39.07 0.6 0.42
Hex AC 7F 2B 0 1A 4B 21 27 3C 2A
Octal 254 177 53 0 32 113 41 47 74 52
Binary 10101100 1111111 101011 0 11010 1001011 100001 100111 111100 101010

Color Harmonies of #AC7F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F2B

Black with #AC7F2B

Text Example


Text Example

White with #AC7F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F2B; }

 p { color: rgb(172,127,43); }

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

background-color css

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

 a { background-color: rgb(172,127,43); }

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

border-color css

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

 span { border-color: rgb(172,127,43); }

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