Html Css Color HEX #AA772D Hot Toddy

📋 copy color: '#AA772D'

red 170 ◦ green 119 ◦ blue 45

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

Shades of Hot Toddy #AA772D

Tints of Hot Toddy #AA772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 50.9%
G = 35.63%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA772D (or 0xAA772D) is known color: Hot Toddy. HEX triplet: AA, 77 and 2D. RGB value is (170,119,45). Sum of RGB (Red+Green+Blue) = 170+119+45=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA772D is #5588D2. Grayscale: #7E7E7E. Windows color (decimal): -5605587 or 2979754. OLE color: 2979754.

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

Color convert

RGB 170 119 45 -
CMYK 0 0.3 0.74 0.33
HSL 35.52º 0.58% 0.42% -
HSV(B) 35.52º 0.74% 0.67% -
XYZ 23.65 21.93 5.47 -
YUV 125.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 170 119 45 0 0.3 0.74 0.33 35.52 0.58 0.42
Hex AA 77 2D 0 1E 4A 21 24 3A 2A
Octal 252 167 55 0 36 112 41 44 72 52
Binary 10101010 1110111 101101 0 11110 1001010 100001 100100 111010 101010

Color Harmonies of #AA772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA772D

Black with #AA772D

Text Example


Text Example

White with #AA772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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