#AA7461

Color #AA7461 Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #AA7461

Tints of Toast #AA7461

Color information

#AA7461 (or 0xAA7461) is unknown color: approx Toast. HEX triplet: AA, 74 and 61. RGB value is (170,116,97). Sum of RGB (Red+Green+Blue) = 170+116+97=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7461 is #558B9E. Grayscale: #828282. Windows color (decimal): -5606303 or 6386858. OLE color: 6386858.

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

Color convert

RGB17011697-
CMYK00.320.430.33
HSL15.62º30.04%52.35%-
HSV(B)15.62º42.94%66.67%-
XYZ24.9821.914.22-
YUV129.98109.39156.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=44.39%
G=30.29%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701169700.320.430.3315.6230.0452.35
HexAA74610202B21101e34
Octal2521641410405341203664
Binary101010101110100110000101000001010111000011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7461; }

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

 H1.HeaderClassName
 {
   color: #AA7461;
 }
 .AnyTagClassName
 {
   color: #AA7461;
 }
</style>
background-color css

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

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

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

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

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

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