Html Css Color HEX #AA6D1F Hot Toddy

📋 copy color: '#AA6D1F'

red 170 ◦ green 109 ◦ blue 31

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

Shades of Hot Toddy #AA6D1F

Tints of Hot Toddy #AA6D1F

RGB

 RED value IS 170 (66.8% from 255) = 54.84%

 GREEN value IS 109 (42.97% from 255) = 35.16%

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

R = 54.84%
G = 35.16%
B = 10%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA6D1F (or 0xAA6D1F) is known color: Hot Toddy. HEX triplet: AA, 6D and 1F. RGB value is (170,109,31). Sum of RGB (Red+Green+Blue) = 170+109+31=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D1F is #5592E0. Grayscale: #767676. Windows color (decimal): -5608161 or 2059690. OLE color: 2059690.

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

Color convert

RGB 170 109 31 -
CMYK 0 0.36 0.82 0.33
HSL 33.67º 0.69% 0.39% -
HSV(B) 33.67º 0.82% 0.67% -
XYZ 22.29 19.58 3.9 -
YUV 118.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 170 109 31 0 0.36 0.82 0.33 33.67 0.69 0.39
Hex AA 6D 1F 0 24 52 21 22 45 27
Octal 252 155 37 0 44 122 41 42 105 47
Binary 10101010 1101101 11111 0 100100 1010010 100001 100010 1000101 100111

Color Harmonies of #AA6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D1F

Black with #AA6D1F

Text Example


Text Example

White with #AA6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D1F; }

 p { color: rgb(170,109,31); }

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

background-color css

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

 a { background-color: rgb(170,109,31); }

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

border-color css

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

 span { border-color: rgb(170,109,31); }

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