Html Css Color HEX #AA771F Hot Toddy

📋 copy color: '#AA771F'

red 170 ◦ green 119 ◦ blue 31

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

Shades of Hot Toddy #AA771F

Tints of Hot Toddy #AA771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 53.13%
G = 37.19%
B = 9.69%

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

#AA771F (or 0xAA771F) is known color: Hot Toddy. HEX triplet: AA, 77 and 1F. RGB value is (170,119,31). Sum of RGB (Red+Green+Blue) = 170+119+31=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA771F is #5588E0. Grayscale: #7C7C7C. Windows color (decimal): -5605601 or 2062250. OLE color: 2062250.

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

Color convert

RGB 170 119 31 -
CMYK 0 0.3 0.82 0.33
HSL 37.99º 0.69% 0.39% -
HSV(B) 37.99º 0.82% 0.67% -
XYZ 23.42 21.84 4.28 -
YUV 124.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 170 119 31 0 0.3 0.82 0.33 37.99 0.69 0.39
Hex AA 77 1F 0 1E 52 21 26 45 27
Octal 252 167 37 0 36 122 41 46 105 47
Binary 10101010 1110111 11111 0 11110 1010010 100001 100110 1000101 100111

Color Harmonies of #AA771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA771F

Black with #AA771F

Text Example


Text Example

White with #AA771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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