Html Css Color HEX #AA7828 Hot Toddy

📋 copy color: '#AA7828'

red 170 ◦ green 120 ◦ blue 40

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

Shades of Hot Toddy #AA7828

Tints of Hot Toddy #AA7828

RGB

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

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

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

R = 51.52%
G = 36.36%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA7828 (or 0xAA7828) is known color: Hot Toddy. HEX triplet: AA, 78 and 28. RGB value is (170,120,40). Sum of RGB (Red+Green+Blue) = 170+120+40=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7828 is #5587D7. Grayscale: #7E7E7E. Windows color (decimal): -5605336 or 2652330. OLE color: 2652330.

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

Color convert

RGB 170 120 40 -
CMYK 0 0.29 0.76 0.33
HSL 36.92º 0.62% 0.41% -
HSV(B) 36.92º 0.76% 0.67% -
XYZ 23.68 22.13 5.03 -
YUV 125.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 170 120 40 0 0.29 0.76 0.33 36.92 0.62 0.41
Hex AA 78 28 0 1D 4C 21 25 3E 29
Octal 252 170 50 0 35 114 41 45 76 51
Binary 10101010 1111000 101000 0 11101 1001100 100001 100101 111110 101001

Color Harmonies of #AA7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7828

Black with #AA7828

Text Example


Text Example

White with #AA7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7828; }

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

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

background-color css

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

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

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

border-color css

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

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

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