Html Css Color HEX #AA741D Hot Toddy

📋 copy color: '#AA741D'

red 170 ◦ green 116 ◦ blue 29

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

Shades of Hot Toddy #AA741D

Tints of Hot Toddy #AA741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 53.97%
G = 36.83%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA741D (or 0xAA741D) is known color: Hot Toddy. HEX triplet: AA, 74 and 1D. RGB value is (170,116,29). Sum of RGB (Red+Green+Blue) = 170+116+29=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA741D is #558BE2. Grayscale: #7A7A7A. Windows color (decimal): -5606371 or 1930410. OLE color: 1930410.

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

Color convert

RGB 170 116 29 -
CMYK 0 0.32 0.83 0.33
HSL 37.02º 0.71% 0.39% -
HSV(B) 37.02º 0.83% 0.67% -
XYZ 23.04 21.13 4.03 -
YUV 122.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 170 116 29 0 0.32 0.83 0.33 37.02 0.71 0.39
Hex AA 74 1D 0 20 53 21 25 47 27
Octal 252 164 35 0 40 123 41 45 107 47
Binary 10101010 1110100 11101 0 100000 1010011 100001 100101 1000111 100111

Color Harmonies of #AA741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA741D

Black with #AA741D

Text Example


Text Example

White with #AA741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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