Html Css Color HEX #AA7728 Hot Toddy

📋 copy color: '#AA7728'

red 170 ◦ green 119 ◦ blue 40

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

Shades of Hot Toddy #AA7728

Tints of Hot Toddy #AA7728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 51.67%
G = 36.17%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA7728 (or 0xAA7728) is known color: Hot Toddy. HEX triplet: AA, 77 and 28. RGB value is (170,119,40). Sum of RGB (Red+Green+Blue) = 170+119+40=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7728 is #5588D7. Grayscale: #7D7D7D. Windows color (decimal): -5605592 or 2652074. OLE color: 2652074.

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

Color convert

RGB 170 119 40 -
CMYK 0 0.3 0.76 0.33
HSL 36.46º 0.62% 0.41% -
HSV(B) 36.46º 0.76% 0.67% -
XYZ 23.56 21.89 4.99 -
YUV 125.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 170 119 40 0 0.3 0.76 0.33 36.46 0.62 0.41
Hex AA 77 28 0 1E 4C 21 24 3E 29
Octal 252 167 50 0 36 114 41 44 76 51
Binary 10101010 1110111 101000 0 11110 1001100 100001 100100 111110 101001

Color Harmonies of #AA7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7728

Black with #AA7728

Text Example


Text Example

White with #AA7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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