Html Css Color HEX #AA771E Hot Toddy

📋 copy color: '#AA771E'

red 170 ◦ green 119 ◦ blue 30

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

Shades of Hot Toddy #AA771E

Tints of Hot Toddy #AA771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

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

R = 53.29%
G = 37.3%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA771E (or 0xAA771E) is known color: Hot Toddy. HEX triplet: AA, 77 and 1E. RGB value is (170,119,30). Sum of RGB (Red+Green+Blue) = 170+119+30=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA771E is #5588E1. Grayscale: #7C7C7C. Windows color (decimal): -5605602 or 1996714. OLE color: 1996714.

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

Color convert

RGB 170 119 30 -
CMYK 0 0.3 0.82 0.33
HSL 38.14º 0.7% 0.39% -
HSV(B) 38.14º 0.82% 0.67% -
XYZ 23.41 21.83 4.21 -
YUV 124.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 170 119 30 0 0.3 0.82 0.33 38.14 0.7 0.39
Hex AA 77 1E 0 1E 52 21 26 46 27
Octal 252 167 36 0 36 122 41 46 106 47
Binary 10101010 1110111 11110 0 11110 1010010 100001 100110 1000110 100111

Color Harmonies of #AA771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA771E

Black with #AA771E

Text Example


Text Example

White with #AA771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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