#AA775E

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

Shades of Toast #AA775E

Tints of Toast #AA775E

Color information

#AA775E (or 0xAA775E) is unknown color: approx Toast. HEX triplet: AA, 77 and 5E. RGB value is (170,119,94). Sum of RGB (Red+Green+Blue) = 170+119+94=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775E is #5588A1. Grayscale: #838383. Windows color (decimal): -5605538 or 6191018. OLE color: 6191018.

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

Color convert

RGB17011994-
CMYK00.30.450.33
HSL19.74º30.89%51.76%-
HSV(B)19.74º44.71%66.67%-
XYZ25.1922.5513.61-
YUV131.4106.9155.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=44.39%
G=31.07%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701199400.30.450.3319.7430.8951.76
HexAA775E01E2D21141f34
Octal2521671360365541243764
Binary10101010111011110111100111101011011000011010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA775E; }

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

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

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

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

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

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

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

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