Html Css Color HEX #AA771A Hot Toddy

📋 copy color: '#AA771A'

red 170 ◦ green 119 ◦ blue 26

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

Shades of Hot Toddy #AA771A

Tints of Hot Toddy #AA771A

RGB

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

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

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

R = 53.97%
G = 37.78%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA771A (or 0xAA771A) is known color: Hot Toddy. HEX triplet: AA, 77 and 1A. RGB value is (170,119,26). Sum of RGB (Red+Green+Blue) = 170+119+26=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA771A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA771A is #5588E5. Grayscale: #7C7C7C. Windows color (decimal): -5605606 or 1734570. OLE color: 1734570.

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

Color convert

RGB 170 119 26 -
CMYK 0 0.3 0.85 0.33
HSL 38.75º 0.73% 0.38% -
HSV(B) 38.75º 0.85% 0.67% -
XYZ 23.36 21.81 3.96 -
YUV 123.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 170 119 26 0 0.3 0.85 0.33 38.75 0.73 0.38
Hex AA 77 1A 0 1E 55 21 27 49 26
Octal 252 167 32 0 36 125 41 47 111 46
Binary 10101010 1110111 11010 0 11110 1010101 100001 100111 1001001 100110

Color Harmonies of #AA771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA771A

Black with #AA771A

Text Example


Text Example

White with #AA771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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