Html Css Color HEX #AA772F Hot Toddy

📋 copy color: '#AA772F'

red 170 ◦ green 119 ◦ blue 47

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

Shades of Hot Toddy #AA772F

Tints of Hot Toddy #AA772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 50.6%
G = 35.42%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA772F (or 0xAA772F) is known color: Hot Toddy. HEX triplet: AA, 77 and 2F. RGB value is (170,119,47). Sum of RGB (Red+Green+Blue) = 170+119+47=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA772F is #5588D0. Grayscale: #7E7E7E. Windows color (decimal): -5605585 or 3110826. OLE color: 3110826.

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

Color convert

RGB 170 119 47 -
CMYK 0 0.3 0.72 0.33
HSL 35.12º 0.57% 0.43% -
HSV(B) 35.12º 0.72% 0.67% -
XYZ 23.69 21.94 5.68 -
YUV 126.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 170 119 47 0 0.3 0.72 0.33 35.12 0.57 0.43
Hex AA 77 2F 0 1E 48 21 23 39 2B
Octal 252 167 57 0 36 110 41 43 71 53
Binary 10101010 1110111 101111 0 11110 1001000 100001 100011 111001 101011

Color Harmonies of #AA772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA772F

Black with #AA772F

Text Example


Text Example

White with #AA772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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