Html Css Color HEX #AA741A Hot Toddy

📋 copy color: '#AA741A'

red 170 ◦ green 116 ◦ blue 26

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

Shades of Hot Toddy #AA741A

Tints of Hot Toddy #AA741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 54.49%
G = 37.18%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA741A (or 0xAA741A) is known color: Hot Toddy. HEX triplet: AA, 74 and 1A. RGB value is (170,116,26). Sum of RGB (Red+Green+Blue) = 170+116+26=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA741A is #558BE5. Grayscale: #7A7A7A. Windows color (decimal): -5606374 or 1733802. OLE color: 1733802.

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

Color convert

RGB 170 116 26 -
CMYK 0 0.32 0.85 0.33
HSL 37.5º 0.73% 0.38% -
HSV(B) 37.5º 0.85% 0.67% -
XYZ 23.01 21.11 3.84 -
YUV 121.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 170 116 26 0 0.32 0.85 0.33 37.5 0.73 0.38
Hex AA 74 1A 0 20 55 21 26 49 26
Octal 252 164 32 0 40 125 41 46 111 46
Binary 10101010 1110100 11010 0 100000 1010101 100001 100110 1001001 100110

Color Harmonies of #AA741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA741A

Black with #AA741A

Text Example


Text Example

White with #AA741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA741A; }

 p { color: rgb(170,116,26); }

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

background-color css

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

 a { background-color: rgb(170,116,26); }

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

border-color css

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

 span { border-color: rgb(170,116,26); }

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