Html Css Color HEX #AA681F Hot Toddy

📋 copy color: '#AA681F'

red 170 ◦ green 104 ◦ blue 31

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

Shades of Hot Toddy #AA681F

Tints of Hot Toddy #AA681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 55.74%
G = 34.1%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA681F (or 0xAA681F) is known color: Hot Toddy. HEX triplet: AA, 68 and 1F. RGB value is (170,104,31). Sum of RGB (Red+Green+Blue) = 170+104+31=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA681F is #5597E0. Grayscale: #737373. Windows color (decimal): -5609441 or 2058410. OLE color: 2058410.

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

Color convert

RGB 170 104 31 -
CMYK 0 0.39 0.82 0.33
HSL 31.51º 0.69% 0.39% -
HSV(B) 31.51º 0.82% 0.67% -
XYZ 21.78 18.55 3.73 -
YUV 115.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 170 104 31 0 0.39 0.82 0.33 31.51 0.69 0.39
Hex AA 68 1F 0 27 52 21 20 45 27
Octal 252 150 37 0 47 122 41 40 105 47
Binary 10101010 1101000 11111 0 100111 1010010 100001 100000 1000101 100111

Color Harmonies of #AA681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA681F

Black with #AA681F

Text Example


Text Example

White with #AA681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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