Html Css Color HEX #AA7428 Hot Toddy

📋 copy color: '#AA7428'

red 170 ◦ green 116 ◦ blue 40

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

Shades of Hot Toddy #AA7428

Tints of Hot Toddy #AA7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 52.15%
G = 35.58%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA7428 (or 0xAA7428) is known color: Hot Toddy. HEX triplet: AA, 74 and 28. RGB value is (170,116,40). Sum of RGB (Red+Green+Blue) = 170+116+40=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7428 is #558BD7. Grayscale: #7B7B7B. Windows color (decimal): -5606360 or 2651306. OLE color: 2651306.

HSL color Cylindrical-coordinate representation of color #AA7428: hue angle of 35.08º 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 #AA7428 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 116 40 -
CMYK 0 0.32 0.76 0.33
HSL 35.08º 0.62% 0.41% -
HSV(B) 35.08º 0.76% 0.67% -
XYZ 23.21 21.19 4.87 -
YUV 123.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 170 116 40 0 0.32 0.76 0.33 35.08 0.62 0.41
Hex AA 74 28 0 20 4C 21 23 3E 29
Octal 252 164 50 0 40 114 41 43 76 51
Binary 10101010 1110100 101000 0 100000 1001100 100001 100011 111110 101001

Color Harmonies of #AA7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7428

Black with #AA7428

Text Example


Text Example

White with #AA7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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