Html Css Color HEX #AC6A1F Hot Toddy

📋 copy color: '#AC6A1F'

red 172 ◦ green 106 ◦ blue 31

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

Shades of Hot Toddy #AC6A1F

Tints of Hot Toddy #AC6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 55.66%
G = 34.3%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC6A1F (or 0xAC6A1F) is known color: Hot Toddy. HEX triplet: AC, 6A and 1F. RGB value is (172,106,31). Sum of RGB (Red+Green+Blue) = 172+106+31=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A1F is #5395E0. Grayscale: #757575. Windows color (decimal): -5477857 or 2058924. OLE color: 2058924.

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

Color convert

RGB 172 106 31 -
CMYK 0 0.38 0.82 0.33
HSL 31.91º 0.69% 0.4% -
HSV(B) 31.91º 0.82% 0.67% -
XYZ 22.41 19.18 3.82 -
YUV 117.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 172 106 31 0 0.38 0.82 0.33 31.91 0.69 0.4
Hex AC 6A 1F 0 26 52 21 20 45 28
Octal 254 152 37 0 46 122 41 40 105 50
Binary 10101100 1101010 11111 0 100110 1010010 100001 100000 1000101 101000

Color Harmonies of #AC6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A1F

Black with #AC6A1F

Text Example


Text Example

White with #AC6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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