Html Css Color HEX #AA761A Hot Toddy

📋 copy color: '#AA761A'

red 170 ◦ green 118 ◦ blue 26

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

Shades of Hot Toddy #AA761A

Tints of Hot Toddy #AA761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 54.14%
G = 37.58%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA761A (or 0xAA761A) is known color: Hot Toddy. HEX triplet: AA, 76 and 1A. RGB value is (170,118,26). Sum of RGB (Red+Green+Blue) = 170+118+26=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA761A is #5589E5. Grayscale: #7B7B7B. Windows color (decimal): -5605862 or 1734314. OLE color: 1734314.

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

Color convert

RGB 170 118 26 -
CMYK 0 0.31 0.85 0.33
HSL 38.33º 0.73% 0.38% -
HSV(B) 38.33º 0.85% 0.67% -
XYZ 23.24 21.58 3.92 -
YUV 123.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 170 118 26 0 0.31 0.85 0.33 38.33 0.73 0.38
Hex AA 76 1A 0 1F 55 21 26 49 26
Octal 252 166 32 0 37 125 41 46 111 46
Binary 10101010 1110110 11010 0 11111 1010101 100001 100110 1001001 100110

Color Harmonies of #AA761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA761A

Black with #AA761A

Text Example


Text Example

White with #AA761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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