Html Css Color HEX #AA731B Hot Toddy

📋 copy color: '#AA731B'

red 170 ◦ green 115 ◦ blue 27

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

Shades of Hot Toddy #AA731B

Tints of Hot Toddy #AA731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 54.49%
G = 36.86%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA731B (or 0xAA731B) is known color: Hot Toddy. HEX triplet: AA, 73 and 1B. RGB value is (170,115,27). Sum of RGB (Red+Green+Blue) = 170+115+27=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA731B is #558CE4. Grayscale: #797979. Windows color (decimal): -5606629 or 1799082. OLE color: 1799082.

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

Color convert

RGB 170 115 27 -
CMYK 0 0.32 0.84 0.33
HSL 36.92º 0.73% 0.39% -
HSV(B) 36.92º 0.84% 0.67% -
XYZ 22.91 20.89 3.86 -
YUV 121.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 170 115 27 0 0.32 0.84 0.33 36.92 0.73 0.39
Hex AA 73 1B 0 20 54 21 25 49 27
Octal 252 163 33 0 40 124 41 45 111 47
Binary 10101010 1110011 11011 0 100000 1010100 100001 100101 1001001 100111

Color Harmonies of #AA731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA731B

Black with #AA731B

Text Example


Text Example

White with #AA731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA731B; }

 p { color: rgb(170,115,27); }

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

background-color css

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

 a { background-color: rgb(170,115,27); }

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

border-color css

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

 span { border-color: rgb(170,115,27); }

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