#AB775E

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

Shades of Toast #AB775E

Tints of Toast #AB775E

Color information

#AB775E (or 0xAB775E) is unknown color: approx Toast. HEX triplet: AB, 77 and 5E. RGB value is (171,119,94). Sum of RGB (Red+Green+Blue) = 171+119+94=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB775E is #5488A1. Grayscale: #838383. Windows color (decimal): -5540002 or 6191019. OLE color: 6191019.

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

Color convert

RGB17111994-
CMYK00.300.450.33
HSL19.48º31.43%51.96%-
HSV(B)19.48º45.03%67.06%-
XYZ25.4122.6613.62-
YUV131.7106.73156.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=44.53%
G=30.99%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711199400.300.450.3319.4831.4351.96
HexAB775E01E2D21131f34
Octal2531671360365541233764
Binary10101011111011110111100111101011011000011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB775E; }

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

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

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

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

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

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

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

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