Html Css Color HEX #AA741E Hot Toddy

📋 copy color: '#AA741E'

red 170 ◦ green 116 ◦ blue 30

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

Shades of Hot Toddy #AA741E

Tints of Hot Toddy #AA741E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 53.8%
G = 36.71%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA741E (or 0xAA741E) is known color: Hot Toddy. HEX triplet: AA, 74 and 1E. RGB value is (170,116,30). Sum of RGB (Red+Green+Blue) = 170+116+30=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA741E is #558BE1. Grayscale: #7A7A7A. Windows color (decimal): -5606370 or 1995946. OLE color: 1995946.

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

Color convert

RGB 170 116 30 -
CMYK 0 0.32 0.82 0.33
HSL 36.86º 0.7% 0.39% -
HSV(B) 36.86º 0.82% 0.67% -
XYZ 23.06 21.13 4.09 -
YUV 122.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 170 116 30 0 0.32 0.82 0.33 36.86 0.7 0.39
Hex AA 74 1E 0 20 52 21 25 46 27
Octal 252 164 36 0 40 122 41 45 106 47
Binary 10101010 1110100 11110 0 100000 1010010 100001 100101 1000110 100111

Color Harmonies of #AA741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA741E

Black with #AA741E

Text Example


Text Example

White with #AA741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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