Html Css Color HEX #AA7C31 Hot Toddy

📋 copy color: '#AA7C31'

red 170 ◦ green 124 ◦ blue 49

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

Shades of Hot Toddy #AA7C31

Tints of Hot Toddy #AA7C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.15%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 49.56%
G = 36.15%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA7C31 (or 0xAA7C31) is known color: Hot Toddy. HEX triplet: AA, 7C and 31. RGB value is (170,124,49). Sum of RGB (Red+Green+Blue) = 170+124+49=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C31 is #5583CE. Grayscale: #818181. Windows color (decimal): -5604303 or 3243178. OLE color: 3243178.

HSL color Cylindrical-coordinate representation of color #AA7C31: hue angle of 37.19º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA7C31 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 124 49 -
CMYK 0 0.27 0.71 0.33
HSL 37.19º 0.55% 0.43% -
HSV(B) 37.19º 0.71% 0.67% -
XYZ 24.34 23.18 6.1 -
YUV 129.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 170 124 49 0 0.27 0.71 0.33 37.19 0.55 0.43
Hex AA 7C 31 0 1B 47 21 25 37 2B
Octal 252 174 61 0 33 107 41 45 67 53
Binary 10101010 1111100 110001 0 11011 1000111 100001 100101 110111 101011

Color Harmonies of #AA7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C31

Black with #AA7C31

Text Example


Text Example

White with #AA7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C31; }

 p { color: rgb(170,124,49); }

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

background-color css

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

 a { background-color: rgb(170,124,49); }

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

border-color css

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

 span { border-color: rgb(170,124,49); }

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