Html Css Color HEX #AA782C Hot Toddy

📋 copy color: '#AA782C'

red 170 ◦ green 120 ◦ blue 44

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

Shades of Hot Toddy #AA782C

Tints of Hot Toddy #AA782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 50.9%
G = 35.93%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA782C (or 0xAA782C) is known color: Hot Toddy. HEX triplet: AA, 78 and 2C. RGB value is (170,120,44). Sum of RGB (Red+Green+Blue) = 170+120+44=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA782C is #5587D3. Grayscale: #7E7E7E. Windows color (decimal): -5605332 or 2914474. OLE color: 2914474.

HSL color Cylindrical-coordinate representation of color #AA782C: hue angle of 36.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA782C is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 44 -
CMYK 0 0.29 0.74 0.33
HSL 36.19º 0.59% 0.42% -
HSV(B) 36.19º 0.74% 0.67% -
XYZ 23.75 22.16 5.41 -
YUV 126.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 170 120 44 0 0.29 0.74 0.33 36.19 0.59 0.42
Hex AA 78 2C 0 1D 4A 21 24 3B 2A
Octal 252 170 54 0 35 112 41 44 73 52
Binary 10101010 1111000 101100 0 11101 1001010 100001 100100 111011 101010

Color Harmonies of #AA782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA782C

Black with #AA782C

Text Example


Text Example

White with #AA782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA782C; }

 p { color: rgb(170,120,44); }

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

background-color css

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

 a { background-color: rgb(170,120,44); }

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

border-color css

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

 span { border-color: rgb(170,120,44); }

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